summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Drop debian revision from libcryptsetup-dev build-dep to make lintian happy16-1Tollef Fog Heen2011-01-181-1/+1
|
* Close bug in -15 changelogTollef Fog Heen2011-01-181-0/+1
|
* Tighten libcryptsetup-dev build-depTollef Fog Heen2011-01-182-2/+3
|
* Don't use systemctl redirect for init scripts with X-Interactive: trueTollef Fog Heen2011-01-162-1/+5
|
* Set 11-2 to unreleased as it was never uploadedTollef Fog Heen2011-01-161-1/+1
|
* Set 15-1 to unreleased as it was never uploadedTollef Fog Heen2011-01-161-1/+1
|
* Update changelogTollef Fog Heen2011-01-161-1/+10
|
* Merge branch 'master' into debianTollef Fog Heen2011-01-162-3/+1
|\
| * Remove dependencies on legacy sysv mount scripts as we use native mountMichael Biebl2011-01-162-3/+1
| |
* | Fix hwclockMichael Biebl2011-01-161-1/+2
| | | | | | | | | | | | | | | | | | Since we mask hwclock and hwclockfirst, we need to run hwclock-save.service on shutdown now. To avoid running hwclock twice during boot, we remove sysinit.target.wants/hwclock-load.service. hwclock is already triggered by /lib/udev/rules.d/85-hwclock.rules. This needs further coordination with udev.
* | Close new upstream bugTollef Fog Heen2011-01-161-1/+1
| |
* | Fix single user modeMichael Biebl2011-01-161-0/+5
| |
* | Fix a small typoMichael Biebl2011-01-161-1/+1
| |
* | Use syntax compatible with debhelper v8Michael Biebl2011-01-161-1/+1
| |
* | Update package descriptionMichael Biebl2011-01-161-4/+4
| | | | | | | | | | Update short package description based on the upstream homepage. Lennart wants the description to no longer mention "session manager".
* | Use the built-in cryptsetup support in systemdTollef Fog Heen2011-01-164-3/+10
| |
* | New upstream versionTollef Fog Heen2011-01-161-0/+7
| |
* | Merge branch 'master' into debianTollef Fog Heen2011-01-1548-188/+742
|\ \ | |/ | | | | | | | | Conflicts: configure.ac src/gnome-ask-password-agent.vala
| * Merge commit 'v16'Tollef Fog Heen2011-01-1447-177/+744
| |\
| | * build-sys: prepare v16v16Lennart Poettering2011-01-082-3/+2
| | |
| | * device: don't warn if we cannot bump the socket bufferLennart Poettering2011-01-082-2/+8
| | |
| | * update TODOLennart Poettering2011-01-071-0/+7
| | |
| | * logger: when passing on PID info, fall back to our own if originating ↵Lennart Poettering2011-01-072-1/+23
| | | | | | | | | | | | process is already gone
| | * service: don't hit an assert if information in LSB headers is incorrectly ↵Lennart Poettering2011-01-071-5/+12
| | | | | | | | | | | | | | | | | | formatted https://bugzilla.redhat.com/show_bug.cgi?id=667665
| | * execute,util: fix two small memory leaksLennart Poettering2011-01-062-0/+6
| | |
| | * specifier: at minimal testLennart Poettering2011-01-063-7/+21
| | |
| | * getty: unset locale before executionLennart Poettering2011-01-061-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On the console indian characters cannot be displayed, hence it is advisable to disable indian locales on the console, which most distributions traditionally did from a shell fragment executed post login. If getty gets started with locale settings passed it would itself however be translated without the no-indian-on-console fixup applied. Hence, for now don't pass any locale settings to getty/login, and thus rely on the classic post-login script fragment to set and fix the locale. Eventually we probably want to drop this again since the system locale should be read and set at one place, and not at multiple, and that one place should be PID 1. https://bugzilla.redhat.com/show_bug.cgi?id=663900
| | * execute: drop empty assignments from env blocks on execution but keep them ↵Lennart Poettering2011-01-065-3/+47
| | | | | | | | | | | | around otherwise to make them visible
| | * umount: don't try to detach the dm device the root dir is on, to minimize ↵Lennart Poettering2011-01-061-2/+24
| | | | | | | | | | | | warning messages
| | * update TODOLennart Poettering2011-01-061-0/+2
| | |
| | * locale: fix variable namesLennart Poettering2011-01-061-10/+10
| | |
| | * fragment: allow prefixing of the EnvironmentFile= path with - to ignore errorsLennart Poettering2011-01-063-5/+22
| | |
| | * update TODOLennart Poettering2011-01-051-3/+0
| | |
| | * util: don't pass invalid fd to fdopendir() on error to avoid corruption of errnoLennart Poettering2011-01-051-1/+12
| | |
| | * tmpfiles: nicer message when two or more conflicting lines are configured ↵Lennart Poettering2011-01-051-0/+6
| | | | | | | | | | | | for the same file
| | * fragment: properly handle quotes in assignments in EnvironmentFile= filesLennart Poettering2011-01-055-6/+97
| | |
| | * update TODOLennart Poettering2011-01-051-0/+3
| | |
| | * update TODOLennart Poettering2011-01-051-1/+28
| | |
| | * sysctl: don't warn if sysctls are goneLennart Poettering2011-01-051-1/+3
| | |
| | * readahead: ignore if files are removed during collection or before replayLennart Poettering2011-01-042-4/+11
| | |
| | * serial: use TERM=vt100 instead of TERM=vt100-navLennart Poettering2011-01-042-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TERM=vt100-nav was necessary for compat with some ppc hvc devices, a long time ago. Unfortunately vt100-nav terminfo is not installed by default on most distros, hence change the default to v100 which is available universally and still should be a relatively safe and conservative default. Should it turn out that vt100 is not really the best choice we can revert this change again and then ask distros to move vt100-nav into their default install.
| | * systemctl: Don't use Debian's 'sensible-pager', use 'pager' insteadLennart Poettering2011-01-041-1/+14
| | |
| | * fix help message for --with-tty-gid configure optionMichael Biebl2011-01-041-1/+1
| | |
| | * cryptsetup: call mkswap on dm device, not on source deviceLennart Poettering2011-01-041-4/+4
| | |
| | * mount-setup: mount /dev/pts with mode=620,gid=5 by default and make GID ↵Lennart Poettering2011-01-043-1/+14
| | | | | | | | | | | | overridable via configure switch
| | * systemctl: drop redundant getenv('LESS') checkLennart Poettering2011-01-041-2/+1
| | |
| | * systemctl: spawn pager only for commands that generates long outputLennart Poettering2011-01-041-2/+12
| | |
| | * systemctl: make the child the pager, leave systemctl as parentLennart Poettering2011-01-041-6/+26
| | | | | | | | | | | | | | | It's nicer if the child process gets reinitialized cleanly instead of the parent process.
| | * systemctl: try harder to find a suitable pagerLennart Poettering2011-01-041-44/+55
| | |
| | * systemctl: implement auto-pager a la gitMiklos Vajna2011-01-023-2/+59
| | |