diff options
author | James Meyer <james.meyer@operamail.com> | 2011-12-27 16:27:15 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-12-27 16:27:15 (GMT) |
commit | 355afddbb2ce54ed1dcc59d88ed30b66f5cffbd8 (patch) | |
tree | c6d7af39f83082f50111bb6298e6049cf2f3e496 /abs/core/xymon/xymon.install | |
parent | 39a9723939df604cdf8b1bbc9709067e1055a059 (diff) | |
download | linhes_pkgbuild-355afddbb2ce54ed1dcc59d88ed30b66f5cffbd8.zip linhes_pkgbuild-355afddbb2ce54ed1dcc59d88ed30b66f5cffbd8.tar.gz linhes_pkgbuild-355afddbb2ce54ed1dcc59d88ed30b66f5cffbd8.tar.bz2 |
xymon: correct sudo rules to run the system backup job.
Diffstat (limited to 'abs/core/xymon/xymon.install')
-rw-r--r-- | abs/core/xymon/xymon.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/xymon/xymon.install b/abs/core/xymon/xymon.install index 8a1d798..067030e 100644 --- a/abs/core/xymon/xymon.install +++ b/abs/core/xymon/xymon.install @@ -26,7 +26,7 @@ post_install() { echo "Adding sudo permissions for http {backup_job}" echo "Adding sudo permissions for http {sv}" LINE="nobody ALL = NOPASSWD:/usr/bin/certmaster-ca" - LINE1="http ALL = NOPASSWD:/usr/MythVantage/bin/backup_job" + LINE1="http ALL = NOPASSWD:/usr/LH/bin/lh_system_backup_job" LINE2="http ALL = NOPASSWD:/sbin/sv" setfacl -R -m u:nobody:rwx /data/srv/httpd/htdocs for i in "$LINE" "$LINE1" "$LINE2" |