diff options
author | agc <agc@pkgsrc.org> | 2010-04-18 01:37:22 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2010-04-18 01:37:22 +0000 |
commit | 7f32f74deab632836b9e601f9da75ac77b9e7911 (patch) | |
tree | 1a8902c92391854ead611b67b5fd578264bfcd35 /sysutils | |
parent | cfc11feadcb973756faf20ef6ddaad51c1490bcd (diff) | |
download | pkgsrc-7f32f74deab632836b9e601f9da75ac77b9e7911.tar.gz |
Remove the sysutils/user package which is now not needed - if we find
a platform without the necessary tools to manage users, we can
resurrect this from the NetBSD-current sources.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/user/DESCR | 10 | ||||
-rw-r--r-- | sysutils/user/Makefile | 48 | ||||
-rw-r--r-- | sysutils/user/PLIST | 14 | ||||
-rw-r--r-- | sysutils/user/PLIST.catinstall | 11 | ||||
-rw-r--r-- | sysutils/user/PLIST.maninstall | 11 | ||||
-rw-r--r-- | sysutils/user/distinfo | 6 | ||||
-rw-r--r-- | sysutils/user/patches/patch-aa | 13 |
7 files changed, 0 insertions, 113 deletions
diff --git a/sysutils/user/DESCR b/sysutils/user/DESCR deleted file mode 100644 index 3cc38bae07b..00000000000 --- a/sysutils/user/DESCR +++ /dev/null @@ -1,10 +0,0 @@ -The usermgmt suite of programs provides SVR4/Solaris-compatible -{user,group}{add,del,mod} commands, and two utilities, user(8) and -group(8) which perform the same functions. In addition, some extensions -are provided, which allow a user to be created with the same uid and -gid, for example. - -The usermgmt suite was based on the old addnerd package, which, in turn, -was based on Matt Green's addbozo script. - -Alistair G. Crooks (agc@netbsd.org) diff --git a/sysutils/user/Makefile b/sysutils/user/Makefile deleted file mode 100644 index 7f009ab63c9..00000000000 --- a/sysutils/user/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# $NetBSD: Makefile,v 1.17 2005/12/05 20:51:01 rillig Exp $ -# - -# Note to package maintainers: -# To update the distfile of this pkg, cd to /usr/src/usr.sbin, -# "tar pzvcf user-`date +%Y%m%d`.tar.gz user" and upload that -# file to ${MASTER_SITE_LOCAL}. -DISTNAME= user-20000509 -CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_LOCAL} - -MAINTAINER= agc@NetBSD.org -HOMEPAGE= http://www.NetBSD.org/ -COMMENT= Solaris-compatible {user,group}{add,del,mod} commands - -ONLY_FOR_PLATFORM= NetBSD-*-* # already in Solaris base system - -.if exists(/usr/sbin/user) -PKG_SKIP_REASON+= "${PKGNAME} is part of your ${OPSYS} distribution" -.endif - -WRKSRC= ${WRKDIR}/user -NO_CONFIGURE= yes -MANCOMPRESSED_IF_MANZ= yes - -PLIST_SRC= ${WRKDIR}/PLIST - -MAKE_ENV+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man \ - FILESDIR=${PREFIX}/share/examples/usermgmt - -.include "../../mk/bsd.prefs.mk" - -BUILD_DEFS+= MANINSTALL - -pre-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/usermgmt - -post-install: - @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} - @for OPT in ${MANINSTALL} broken-solaris-needs-this; do \ - case $$OPT in \ - catinstall|maninstall) \ - ${CAT} ${PKGDIR}/PLIST.$$OPT >>${PLIST_SRC}; \ - ;; \ - esac; \ - done - -.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/user/PLIST b/sysutils/user/PLIST deleted file mode 100644 index f90db1cd49a..00000000000 --- a/sysutils/user/PLIST +++ /dev/null @@ -1,14 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:16:15 joerg Exp $ -sbin/user -sbin/useradd -sbin/userdel -sbin/userinfo -sbin/usermod -sbin/group -sbin/groupadd -sbin/groupdel -sbin/groupinfo -sbin/groupmod -share/examples/usermgmt/.cshrc -share/examples/usermgmt/.login -share/examples/usermgmt/.profile diff --git a/sysutils/user/PLIST.catinstall b/sysutils/user/PLIST.catinstall deleted file mode 100644 index f11f9511ef6..00000000000 --- a/sysutils/user/PLIST.catinstall +++ /dev/null @@ -1,11 +0,0 @@ -@comment $NetBSD: PLIST.catinstall,v 1.1 2001/10/31 22:58:06 zuntum Exp $ -man/cat8/user.0 -man/cat8/useradd.0 -man/cat8/userdel.0 -man/cat8/userinfo.0 -man/cat8/usermod.0 -man/cat8/group.0 -man/cat8/groupadd.0 -man/cat8/groupdel.0 -man/cat8/groupinfo.0 -man/cat8/groupmod.0 diff --git a/sysutils/user/PLIST.maninstall b/sysutils/user/PLIST.maninstall deleted file mode 100644 index aeefc15fbba..00000000000 --- a/sysutils/user/PLIST.maninstall +++ /dev/null @@ -1,11 +0,0 @@ -@comment $NetBSD: PLIST.maninstall,v 1.1 2001/10/31 22:58:07 zuntum Exp $ -man/man8/user.8 -man/man8/useradd.8 -man/man8/userdel.8 -man/man8/userinfo.8 -man/man8/usermod.8 -man/man8/group.8 -man/man8/groupadd.8 -man/man8/groupdel.8 -man/man8/groupinfo.8 -man/man8/groupmod.8 diff --git a/sysutils/user/distinfo b/sysutils/user/distinfo deleted file mode 100644 index 95ffea5d175..00000000000 --- a/sysutils/user/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.3 2005/05/25 13:41:11 wiz Exp $ - -SHA1 (user-20000509.tar.gz) = 7bdd54a7150c20432dd81fde8d086cd52b3f2fe4 -RMD160 (user-20000509.tar.gz) = 76df4d1ed675b7435476b451740c1acb2d25315e -Size (user-20000509.tar.gz) = 17755 bytes -SHA1 (patch-aa) = bb47a90980043726052e472f1be21d1a63962b5f diff --git a/sysutils/user/patches/patch-aa b/sysutils/user/patches/patch-aa deleted file mode 100644 index 7c62de00be2..00000000000 --- a/sysutils/user/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2000/01/13 17:31:16 hubertf Exp $ - ---- Makefile.BAK Thu Jan 13 18:05:29 2000 -+++ Makefile Thu Jan 13 18:05:54 2000 -@@ -30,7 +30,7 @@ - FILESNAME_dot.cshrc= .cshrc - FILESNAME_dot.login= .login - FILESNAME_dot.profile= .profile --FILESDIR= /usr/share/examples/usermgmt -+FILESDIR?= /usr/share/examples/usermgmt - .endif - - # this target checks the built-in default group, and, if it doesn't exist, |