Kay Sievers
7e911837c1
update fixme
2010-10-02 15:09:22 +02:00
Lennart Poettering
5b61848df2
readahead: minor 32bit fixes
2010-09-30 18:06:02 +02:00
Andreas Jaeger
010004791c
tmpfiles: fix typo in comment
2010-09-29 10:08:24 +02:00
Lennart Poettering
bdb0e14d27
readahead: preload pack file
2010-09-29 03:11:35 +02:00
Lennart Poettering
cf895f3076
units: getty.target is pulled in via /lib these days
2010-09-29 03:03:37 +02:00
Lennart Poettering
43be53513a
readahead: make sure /dev/.systemd/readahead exists
2010-09-29 02:55:40 +02:00
Lennart Poettering
c7b508592b
units: properly terminate readahead collection 10s after boot
2010-09-29 02:55:36 +02:00
Lennart Poettering
89a2f23dcf
update fixme
2010-09-29 01:39:54 +02:00
Lennart Poettering
93ca9714e6
units: get rid of special setup services for /var/run, /var/lock and /tmp, and rely on tmpfiles.d/ instead
2010-09-29 01:39:31 +02:00
Lennart Poettering
afbf835326
units: ship unit file for systemd-tmpfiles by default
2010-09-29 01:39:31 +02:00
Kay Sievers
dd36de4d52
parse_env_file() - return empty value strings like FOO="" as NULL value
2010-09-28 23:41:09 +02:00
Lennart Poettering
34c8deaae1
tmpfiles: install default tmpfiles configuration
2010-09-28 22:32:53 +02:00
Lennart Poettering
7fcde28044
tmpfiles: move dir to /etc/tempfiles.d/
2010-09-28 22:32:27 +02:00
Lennart Poettering
4aa8b15b0c
tmpfiles: return sensible error code
2010-09-28 22:32:05 +02:00
Lennart Poettering
bfaf42d22b
tmpfiles: rename tempfiles to tmpfiles since this isn't windows
2010-09-28 22:11:27 +02:00
Lennart Poettering
34acc278ed
units: schedule tmpwatch on idle class
2010-09-28 22:08:17 +02:00
Fabiano Fidencio
95e26a692d
list: Fixing typo in LIST_FIND_HEAD
...
Just removing a parenthesis
2010-09-28 21:57:34 +02:00
Lennart Poettering
59fee421a0
sort fixme for v11 todo list
2010-09-28 21:49:26 +02:00
Lennart Poettering
d9c7a87b35
readahead: ignore replay events when collecting
2010-09-28 21:46:30 +02:00
Michael Biebl
c457e08335
update fixme
2010-09-28 21:26:46 +02:00
Lennart Poettering
ee95669fb6
service: first lookup LSB facility names in tables, only then suppress self-provides
2010-09-28 21:08:39 +02:00
Lennart Poettering
55888fa400
readahead: fix SSD check
2010-09-28 20:53:08 +02:00
Matthias Schiffer
409db00299
service: Don't crash because of double free when Arch services are disabled in rc.conf
2010-09-28 19:41:04 +02:00
Lennart Poettering
30b89475ee
build-sys: add missing header files to tarball
2010-09-28 18:49:02 +02:00
Lennart Poettering
0b5d26f95d
service: filter out empty LSB description strings
2010-09-28 18:30:43 +02:00
Lennart Poettering
a7d3cc26f9
service: when resolving sysv names drop leading $
2010-09-28 18:30:43 +02:00
Kay Sievers
15917fb09b
modules-load: use /etc/modules-load.d/?*.conf
2010-09-28 17:02:29 +02:00
Kay Sievers
fd5bf055ac
use .conf for new config files: locale, vconsole, modules.d
2010-09-28 11:51:24 +02:00
Kay Sievers
915d22e4f0
vconsole-setup: ignore empty strings like FOO="", imported from config files
2010-09-28 11:49:47 +02:00
Lennart Poettering
4bb2357f77
units: add readahead unit files
2010-09-28 03:44:22 +02:00
Lennart Poettering
c0a1b6e926
units: enable mount units by default and hook binary units into base.target instead of sysinit.target, leaving the latter for sysv compatibility
2010-09-28 03:18:23 +02:00
Lennart Poettering
5008d5815a
tempfiles: add little utility for creating volatile files/dirs in tmpfs hierarchies
2010-09-28 02:34:02 +02:00
Lennart Poettering
5c78d8e242
mount: properly handle bind mounts
2010-09-28 01:03:19 +02:00
Lennart Poettering
caca31b576
service: shortcut sysv provides on ourselves
2010-09-28 00:29:09 +02:00
Lennart Poettering
cb33e40000
service: ignore sysv $null service
2010-09-28 00:28:16 +02:00
Lennart Poettering
b4a16b7b8a
fix spelling of 'unneeded' at various places
2010-09-27 23:27:21 +02:00
Lennart Poettering
089527607f
update fixme
2010-09-27 23:24:40 +02:00
Lennart Poettering
9f151f29fd
service: don't create sysv order deps on merged units
2010-09-27 23:24:17 +02:00
Lennart Poettering
6ccb1b4429
load-fragment: reset fragment_path if we couldn't find a unit file for it
2010-09-27 20:31:57 +02:00
Lennart Poettering
2e7485f021
readahead: avoid collisions with the NULL pointer
2010-09-27 20:23:17 +02:00
Lennart Poettering
aed5e44d50
Revert "hashmap: HASHMAP_FOREACH* iterate until ITERATOR_LAST"
...
This reverts commit 66d9b3b595
.
If we check for i == ITERATOR_LAST we exit the loop one entry before the
end. Instead we should return if e is NULL.
2010-09-27 20:13:21 +02:00
Lennart Poettering
313ed05bdb
update fixme
2010-09-27 20:10:11 +02:00
Lennart Poettering
a84d748025
update fixme
2010-09-27 19:14:52 +02:00
Michael Biebl
f6943caa53
Need to use #elif defined(DEBIAN) here...
...
This fixes a c&p error in 7472744bf9
2010-09-27 19:11:21 +02:00
Michael Biebl
7472744bf9
debian: add locale compat support
...
Read LANG from /etc/default/locale.
2010-09-27 18:40:51 +02:00
Lennart Poettering
858209c51f
readahead: properly initialize variable
2010-09-27 03:25:10 +02:00
Lennart Poettering
1a34d367d1
update fixme
2010-09-27 03:25:10 +02:00
Fabiano Fidencio
07459bb6b9
sysv: optionally disable of SysV init/rcN.d support at compile time
...
This patch adds a cpp definition HAVE_SYSV_COMPAT that is used to
isolate code dealing with /etc/init.d and /etc/rcN.d for systems where
it does not make sense (one that does not use sysv or one that is fully
systemd native).
The patch tries to be as little intrusive as possible, however in
order to minimize the number of #ifdef'ed regions I've reordered some
code in path-lookup.c:lookup_paths_init() where all code dealing with
sysv is now isolated under running_as == MANAGER_SYSTEM as well.
Moreover, In struct Service, some fields were rearranged to reduce
the number of ifdefs.
Lennart's suggestions were fixed and squashed with the original patch,
that was sent by Gustavo Sverzut Barbieri (barbieri@profusion.mobi ).
2010-09-27 03:25:05 +02:00
Harald Hoyer
66d9b3b595
hashmap: HASHMAP_FOREACH* iterate until ITERATOR_LAST
2010-09-27 02:09:47 +02:00
Lennart Poettering
0ebd74d8d9
job: show failure message only for start jobs
2010-09-27 01:37:22 +02:00