diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-26 14:36:08 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-26 14:36:08 +0000 |
commit | 491fc98e717ae36c083b51a2826f6e56bd2344d3 (patch) | |
tree | ef91e8942d193595287ed6cb808d89dba0fd5958 /move | |
parent | a62e26c092b009a57b715967903380270bfe64f3 (diff) | |
download | drakx-491fc98e717ae36c083b51a2826f6e56bd2344d3.tar drakx-491fc98e717ae36c083b51a2826f6e56bd2344d3.tar.gz drakx-491fc98e717ae36c083b51a2826f6e56bd2344d3.tar.bz2 drakx-491fc98e717ae36c083b51a2826f6e56bd2344d3.tar.xz drakx-491fc98e717ae36c083b51a2826f6e56bd2344d3.zip |
syslog is started by us
Diffstat (limited to 'move')
-rw-r--r-- | move/move.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm index 086296891..864f8a7e3 100644 --- a/move/move.pm +++ b/move/move.pm @@ -488,7 +488,7 @@ sub install2::startMove { touch '/var/run/utmp'; run_program::run('runlevel_set', '5'); - member($_, qw(xfs dm devfsd)) or run_program::run($_, 'start') foreach glob('/etc/rc.d/rc5.d/*'); + member($_, qw(xfs dm devfsd syslog)) or run_program::run($_, 'start') foreach glob('/etc/rc.d/rc5.d/*'); #- allow user customisation of startup through /etc/rc.d/rc.local run_program::run('/etc/rc.d/rc.local'); |