- 13 Feb, 2011 7 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 12 Feb, 2011 2 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 09 Feb, 2011 11 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
systemd: show status when run with plymouth, and don't start plymouth a second time when it is already running
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
-
- 08 Feb, 2011 9 commits
-
-
Jeff Mahoney authored
-
Lennart Poettering authored
-
Alexey Shabalin authored
Hi all! I added basic support for ALTLinux. Please see patch or http://git.altlinux.org/people/shaba/packages/systemd.git?p=systemd.git;a=shortlog;h=refs/heads/altlinux Thanks.
-
Lucas De Marchi authored
There's already a condition that gives a warning if user is cross-compiling an relying on files from the build system. AC_CHECK_FILE macro only tests for file in the build system. Hence use a simple 'test -f' that does the same job, without the warning.
-
Lennart Poettering authored
-
Lucas De Marchi authored
This removes some warnings when bootstrapping. The warnings were introduced in autoconf 2.68. Reference: http://www.flameeyes.eu/autotools-mythbuster/forwardporting/autoconf.html The following code AC_COMPILE_IFELSE([ <MY C CODE HERE> ], ...) is changed to AC_COMPILE_IFELSE( [AC_COMPILE_IFELSE([AC_LANG_SOURCE([ <MY C CODE HERE> ])], ...)
-
Lennart Poettering authored
-
Alexey Shabalin authored
Hi! libselinux has a pkg-config file: $ rpm -qf /usr/lib64/pkgconfig/libselinux.pc libselinux-devel-2.0.98-alt1 $ cat /usr/lib64/pkgconfig/libselinux.pc prefix=/usr exec_prefix=${prefix} libdir=${exec_prefix}/lib64 includedir=/usr/include Name: libselinux Description: SELinux utility library Version: 2.0.98 URL: http://userspace.selinuxproject.org/ Libs.private: -lsepol Libs: -lselinux Cflags: Patch for use pkg-config in attach. -- Alexey Shabalin
-
Lennart Poettering authored
-
- 04 Feb, 2011 1 commit
-
-
Lennart Poettering authored
-
- 03 Feb, 2011 1 commit
-
-
Adrian Spinu authored
Hello, i`ve been using systemd for a while now, and found out that when using NICE parameter for .service files the varible is not set correctly. i`ve found the problem in file *load-fragment.c* function *config_parse_nice* variable /*c->nice_set = false;*/ should be /*c->nice_set = true;*/ Problem is alsom manifesting on v17 but did not upgrade yet ...
-
- 26 Jan, 2011 1 commit
-
-
Lennart Poettering authored
-
- 25 Jan, 2011 1 commit
-
-
Lennart Poettering authored
-
- 22 Jan, 2011 4 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 21 Jan, 2011 3 commits
-
-
Kay Sievers authored
-
-
Lennart Poettering authored
-