diff options
author | Bryan Harris <bryanlharris@gmail.com> | 2016-08-06 06:29:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-07 18:55:32 +0700 |
commit | 50ee162f272cbf5566d445d38338cbe24e82470a (patch) | |
tree | bbb3457611c9d2f24e4a09a74b413f08268e1f0a /system/monit/doinst.sh | |
parent | 3aba221371667fe0de7defd06a99edc90188e65e (diff) | |
download | slackbuilds-50ee162f272cbf5566d445d38338cbe24e82470a.tar.gz |
system/monit: Update script + New Maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/monit/doinst.sh')
-rw-r--r-- | system/monit/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/monit/doinst.sh b/system/monit/doinst.sh index 293507cbb1..3cac70a0af 100644 --- a/system/monit/doinst.sh +++ b/system/monit/doinst.sh @@ -23,5 +23,5 @@ preserve_perms() { } preserve_perms etc/rc.d/rc.monit.new -config etc/monit.conf.new +config etc/monitrc.new |