diff options
| author | Dirk von Suchodoletz | 2006-04-19 14:10:55 +0200 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2006-04-19 14:10:55 +0200 |
| commit | 7c2add23fba2a8b1adf5ee2fcdf8f7522ee213ce (patch) | |
| tree | 8f498128f64684054469983c9bf2e188dd78abbb /initrd/initrd-stuff | |
| parent | defaults changed to full path (diff) | |
| download | core-7c2add23fba2a8b1adf5ee2fcdf8f7522ee213ce.tar.gz core-7c2add23fba2a8b1adf5ee2fcdf8f7522ee213ce.tar.xz core-7c2add23fba2a8b1adf5ee2fcdf8f7522ee213ce.zip | |
enable start of cron service
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@189 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff')
| -rwxr-xr-x | initrd/initrd-stuff/bin/servconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/initrd/initrd-stuff/bin/servconfig b/initrd/initrd-stuff/bin/servconfig index c270ae5f..59e4709f 100755 --- a/initrd/initrd-stuff/bin/servconfig +++ b/initrd/initrd-stuff/bin/servconfig @@ -4,7 +4,7 @@ # for linux diskless clients (executed within initial # ramdisk) # -# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 12-04-2006 +# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 19-04-2006 # # Copyright: (c) 2006 - RZ Universitaet Freiburg # @@ -165,16 +165,16 @@ fi # basic (non network) services # at daemon - calling distro specific function config_atd -config_atd "14" "04" +config_atd # configuration of cron services - calling distro specific function # config_cron (runlevel links, directories, ...) [ "x$crontab_entries" != "x" ] && \ echo -e "$crontab_entries" >> /mnt/etc/crontab -config_cron "16" "04" +config_cron # setup system log services - distro dependent function config_syslog -config_syslog "02" "20" +config_syslog # configure dbus - distro dependent function config_dreshal - handle all # stuff regarding dependent services like dbus, resmgr, hal ... |
