Parent Directory
|
Revision Log
|
Patch
| revision 522 by chrisk-guest, Thu May 6 17:24:13 2010 UTC | revision 524 by chrisk-guest, Thu May 6 17:32:03 2010 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | #!/bin/sh | #!/bin/sh |
| 2 | set -e | set -e |
| 3 | ||
| if [ -x "/etc/init.d/cron" ]; then | ||
| update-rc.d cron start 89 2 3 4 5 . stop 11 1 . >/dev/null || exit $? | ||
| fi | ||
| # Copy existing allow/deny files | ||
| 4 | crondir="/var/spool/cron" | crondir="/var/spool/cron" |
| 5 | pausemessage="F" | pausemessage="F" |
| 6 | for fname in allow deny ; do | for fname in allow deny ; do |
| # | Line 50 if [ -x /etc/init.d/cron ]; then | Line 46 if [ -x /etc/init.d/cron ]; then |
| 46 | fi | fi |
| 47 | fi | fi |
| 48 | ||
| 49 | #DEBHELPER# | #DEBHELPER# |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |