diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-15 01:41:50 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-15 01:41:50 +0800 |
commit | 8a64a3b8bd60cf5dd142a67f387b079a4ab4ccb2 (patch) | |
tree | 44f1214ac9b4e04ba582bb82bf7063f63a6b1118 /x11/gdm | |
parent | 55de7f7d1640552913207bd7a8b8e5a6e254bd07 (diff) | |
download | freebsd-ports-gnome-8a64a3b8bd60cf5dd142a67f387b079a4ab4ccb2.tar.gz freebsd-ports-gnome-8a64a3b8bd60cf5dd142a67f387b079a4ab4ccb2.tar.zst freebsd-ports-gnome-8a64a3b8bd60cf5dd142a67f387b079a4ab4ccb2.zip |
Remove pkg-req - we don't need it anymore.
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to 'x11/gdm')
-rw-r--r-- | x11/gdm/pkg-req | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/x11/gdm/pkg-req b/x11/gdm/pkg-req deleted file mode 100644 index 22dd46c6f7ad..000000000000 --- a/x11/gdm/pkg-req +++ /dev/null @@ -1,21 +0,0 @@ -if [ "$2" != "INSTALL" ]; then - exit 0 -fi -if ! id -u gdm > /dev/null 2>&1; then - echo "You need an account \"gdm\" to install this package." - echo "Please add it by hand (try \"man vipw\") and try again." - echo "" - echo "An example passwd entry is:" - echo "gdm:*:91:91::0:0:GNOME Display Manager:/nonexistent:/nonexistent" - echo "" - exit 1 -fi -if ! grep -s ^gdm: /etc/group > /dev/null 2>&1; then - echo "You need a group \"gdm\" to install this package." - echo "Please add it by hand and try again." - echo "An example /etc/group entry is:" - echo "gdm:*:91:gdm" - echo "" - exit 1 -fi -exit 0 |