diff options
author | zuntum <zuntum> | 2001-11-01 00:57:41 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-11-01 00:57:41 +0000 |
commit | 0b6b506536c1ff50f1531d26be2fccfe86c74335 (patch) | |
tree | 93b6296152ccfbaa88b43de043b2d69ce6e63fc5 /security/sudo | |
parent | 1b9f41a39161bad144fdeb94a0e51fa8ba7c309a (diff) | |
download | pkgsrc-0b6b506536c1ff50f1531d26be2fccfe86c74335.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/DEINSTALL (renamed from security/sudo/pkg/DEINSTALL) | 2 | ||||
-rw-r--r-- | security/sudo/DESCR (renamed from security/sudo/pkg/DESCR) | 0 | ||||
-rwxr-xr-x | security/sudo/INSTALL (renamed from security/sudo/pkg/INSTALL) | 2 | ||||
-rw-r--r-- | security/sudo/MESSAGE (renamed from security/sudo/pkg/MESSAGE) | 2 | ||||
-rw-r--r-- | security/sudo/PLIST.common (renamed from security/sudo/pkg/PLIST.common) | 2 | ||||
-rw-r--r-- | security/sudo/PLIST.netbsd | 4 | ||||
-rw-r--r-- | security/sudo/PLIST.solaris | 4 | ||||
-rw-r--r-- | security/sudo/pkg/PLIST.netbsd | 4 | ||||
-rw-r--r-- | security/sudo/pkg/PLIST.solaris | 4 |
9 files changed, 12 insertions, 12 deletions
diff --git a/security/sudo/pkg/DEINSTALL b/security/sudo/DEINSTALL index c2986909560..dd651d7d925 100644 --- a/security/sudo/pkg/DEINSTALL +++ b/security/sudo/DEINSTALL @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: DEINSTALL,v 1.2 2001/07/13 07:09:23 jlam Exp $ +# $NetBSD: DEINSTALL,v 1.1 2001/11/01 01:17:57 zuntum Exp $ PKGNAME=$1 STAGE=$2 diff --git a/security/sudo/pkg/DESCR b/security/sudo/DESCR index 40be9304a4c..40be9304a4c 100644 --- a/security/sudo/pkg/DESCR +++ b/security/sudo/DESCR diff --git a/security/sudo/pkg/INSTALL b/security/sudo/INSTALL index 76d747ccc4a..111d09d7d0d 100755 --- a/security/sudo/pkg/INSTALL +++ b/security/sudo/INSTALL @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: INSTALL,v 1.4 2001/07/13 07:09:24 jlam Exp $ +# $NetBSD: INSTALL,v 1.1 2001/11/01 01:17:58 zuntum Exp $ PKGNAME=$1 STAGE=$2 diff --git a/security/sudo/pkg/MESSAGE b/security/sudo/MESSAGE index d691cdc6dc4..81725f42a0b 100644 --- a/security/sudo/pkg/MESSAGE +++ b/security/sudo/MESSAGE @@ -1,5 +1,5 @@ ============================================================================= -$NetBSD: MESSAGE,v 1.2 2001/01/29 11:34:42 wiz Exp $ +$NetBSD: MESSAGE,v 1.1 2001/11/01 01:17:58 zuntum Exp $ If you are upgrading from a version of sudo prior to 1.6, then please read diff --git a/security/sudo/pkg/PLIST.common b/security/sudo/PLIST.common index 448bb7f86ab..cd66f57a712 100644 --- a/security/sudo/pkg/PLIST.common +++ b/security/sudo/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.2 2000/12/06 06:33:40 jlam Exp $ +@comment $NetBSD: PLIST.common,v 1.1 2001/11/01 01:23:01 zuntum Exp $ bin/sudo sbin/visudo share/doc/sudo/UPGRADE diff --git a/security/sudo/PLIST.netbsd b/security/sudo/PLIST.netbsd new file mode 100644 index 00000000000..bc4cb9f921b --- /dev/null +++ b/security/sudo/PLIST.netbsd @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST.netbsd,v 1.1 2001/11/01 01:23:02 zuntum Exp $ +man/man5/sudoers.5 +man/man8/sudo.8 +man/man8/visudo.8 diff --git a/security/sudo/PLIST.solaris b/security/sudo/PLIST.solaris new file mode 100644 index 00000000000..ef63567d074 --- /dev/null +++ b/security/sudo/PLIST.solaris @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST.solaris,v 1.1 2001/11/01 01:23:03 zuntum Exp $ +man/man1m/sudo.1m +man/man1m/visudo.1m +man/man4/sudoers.4 diff --git a/security/sudo/pkg/PLIST.netbsd b/security/sudo/pkg/PLIST.netbsd deleted file mode 100644 index b03c9f04392..00000000000 --- a/security/sudo/pkg/PLIST.netbsd +++ /dev/null @@ -1,4 +0,0 @@ -@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 deleted file mode 100644 index 2b014f9b124..00000000000 --- a/security/sudo/pkg/PLIST.solaris +++ /dev/null @@ -1,4 +0,0 @@ -@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 |