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/distro-specs/debian | |
| 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/distro-specs/debian')
| -rw-r--r-- | initrd/distro-specs/debian/functions-3.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/initrd/distro-specs/debian/functions-3.1 b/initrd/distro-specs/debian/functions-3.1 index 1e3e1aa7..144a7774 100644 --- a/initrd/distro-specs/debian/functions-3.1 +++ b/initrd/distro-specs/debian/functions-3.1 @@ -83,6 +83,8 @@ fi config_cron () { if [ "x$start_cron" = "xyes" ] ; then if [ -f /mnt/etc/init.d/cron ] ; then + rllinker "cron" "18" "02" + # fixme! check for proper pathes testmkd /mnt/var/spool/cron/lastrun testmkd /mnt/var/spool/cron/tabs echo -e "# /etc/crontab - file generated by $0:\n\ |
