diff options
author | veego <veego@pkgsrc.org> | 2000-07-26 15:12:08 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2000-07-26 15:12:08 +0000 |
commit | 167953d5bb80dca22a8b56bfd89ceed53b451f6b (patch) | |
tree | 7b14e741e0892942cb342eaa1a973eac9bde318e /security/sudo/pkg | |
parent | 50f082e0f4c15627eb031a60305e7c0eb0f0a01f (diff) | |
download | pkgsrc-167953d5bb80dca22a8b56bfd89ceed53b451f6b.tar.gz |
Make it work on Solaris.
Diffstat (limited to 'security/sudo/pkg')
-rw-r--r-- | security/sudo/pkg/PLIST.common (renamed from security/sudo/pkg/PLIST) | 5 | ||||
-rw-r--r-- | security/sudo/pkg/PLIST.netbsd | 4 | ||||
-rw-r--r-- | security/sudo/pkg/PLIST.solaris | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/security/sudo/pkg/PLIST b/security/sudo/pkg/PLIST.common index 7c929fc95eb..4e08e1687ac 100644 --- a/security/sudo/pkg/PLIST +++ b/security/sudo/pkg/PLIST.common @@ -1,8 +1,5 @@ -@comment $NetBSD: PLIST,v 1.4 1999/08/31 19:26:41 jlam Exp $ +@comment $NetBSD: PLIST.common,v 1.1 2000/07/26 15:12:10 veego Exp $ bin/sudo -man/man5/sudoers.5 -man/man8/sudo.8 -man/man8/visudo.8 sbin/visudo share/examples/sudo/sudoers @exec if [ ! -f /etc/sudoers ]; then cp %D/%F /etc/sudoers; fi; chown 0:0 /etc/sudoers; chmod 0440 /etc/sudoers diff --git a/security/sudo/pkg/PLIST.netbsd b/security/sudo/pkg/PLIST.netbsd new file mode 100644 index 00000000000..b03c9f04392 --- /dev/null +++ b/security/sudo/pkg/PLIST.netbsd @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST.netbsd,v 1.1 2000/07/26 15:12:10 veego Exp $ +man/man5/sudoers.5 +man/man8/sudo.8 +man/man8/visudo.8 diff --git a/security/sudo/pkg/PLIST.solaris b/security/sudo/pkg/PLIST.solaris new file mode 100644 index 00000000000..2b014f9b124 --- /dev/null +++ b/security/sudo/pkg/PLIST.solaris @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST.solaris,v 1.1 2000/07/26 15:12:11 veego Exp $ +man/man1m/sudo.1m +man/man1m/visudo.1m +man/man4/sudoers.4 |