mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/cronie: Fix README.
This commit is contained in:
parent
34153f69ad
commit
6cd95adecb
1 changed files with 6 additions and 6 deletions
|
@ -10,15 +10,15 @@ Note that Slackware has dcron - Dillon's Cron daemon. This package will
|
|||
conflict with dcron, so it is advised to remove dcron before installing
|
||||
cronie:
|
||||
|
||||
Stop the dcron daemon and remove the dcron package:
|
||||
# kill $(pgrep crond)
|
||||
# removepkg dcron
|
||||
# rm -rf /var/spool/cron
|
||||
Stop the dcron daemon and remove the dcron package:
|
||||
# kill $(pgrep crond)
|
||||
# removepkg dcron
|
||||
# rm -rf /var/spool/cron
|
||||
|
||||
Slackware's boot script assumes that you have dcron and thus has to be
|
||||
modified:
|
||||
|
||||
Change this line in /etc/rc.d/rc.M
|
||||
/usr/sbin/crond -l notice
|
||||
/usr/sbin/crond -l notice
|
||||
to:
|
||||
/usr/sbin/crond
|
||||
/usr/sbin/crond
|
||||
|
|
Loading…
Reference in a new issue