diff options
author | Richard Narron <richard@aaazen.com> | 2015-01-11 07:12:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-11 07:13:21 +0700 |
commit | 6acfb016fdc8f057e03c2644fe2f1452fb6ee05d (patch) | |
tree | 656c39b1c162d5afcb5bc04d04970216d86a49eb /system/fcron/doinst.sh | |
parent | f0eb71fc2057f1bdb6599ed7ad39503d271c35c4 (diff) | |
download | slackbuilds-6acfb016fdc8f057e03c2644fe2f1452fb6ee05d.tar.gz |
system/fcron: Fix README and doinstall.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fcron/doinst.sh')
-rw-r--r-- | system/fcron/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/fcron/doinst.sh b/system/fcron/doinst.sh index d8651841e8..c0f53d0dfa 100644 --- a/system/fcron/doinst.sh +++ b/system/fcron/doinst.sh @@ -24,5 +24,5 @@ preserve_perms() { preserve_perms etc/rc.d/rc.fcron.new config etc/fcron.conf.new -config etc/fcron.allow -config etc/fcron.deny +config etc/fcron.allow.new +config etc/fcron.deny.new |