diff options
author | erdgeist <erdgeist@erdgeist.org> | 2007-09-01 13:09:32 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2007-09-01 13:09:32 +0000 |
commit | 9e7c6cfd8e56f09f2315ca87bb4f1adcc880e82f (patch) | |
tree | f6f6b2a72d917b08ec67cc2a40ec3c181123a05d /Makefile | |
parent | 672101db9418ce73f4353ffe5b8ee60420d4177c (diff) |
Corrected path to sudoers file where to fix permissions
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,4 +17,4 @@ install: | |||
17 | sed s:EZJAIL_PREFIX:${PREFIX}: man5/ezjail.5 > ${PREFIX}/man/man5/ezjail.5 | 17 | sed s:EZJAIL_PREFIX:${PREFIX}: man5/ezjail.5 > ${PREFIX}/man/man5/ezjail.5 |
18 | chmod 755 ${PREFIX}/etc/rc.d/ezjail.sh ${PREFIX}/bin/ezjail-admin | 18 | chmod 755 ${PREFIX}/etc/rc.d/ezjail.sh ${PREFIX}/bin/ezjail-admin |
19 | chown -R root:wheel ${PREFIX}/man/man1/ezjail-admin.1 ${PREFIX}/man/man5/ezjail.conf.5 ${PREFIX}/man/man5/ezjail.5 ${PREFIX}/share/examples/ezjail/ | 19 | chown -R root:wheel ${PREFIX}/man/man1/ezjail-admin.1 ${PREFIX}/man/man5/ezjail.conf.5 ${PREFIX}/man/man5/ezjail.5 ${PREFIX}/share/examples/ezjail/ |
20 | chmod 0440 ${PREFIX}/share/examples/ezjail/usr/local/etc/sudoers | 20 | chmod 0440 ${PREFIX}/share/examples/ezjail/default/usr/local/etc/sudoers |