1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Remove pkg-req - we don't need it anymore.

Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
This commit is contained in:
Maxim Sobolev 2002-01-14 17:41:50 +00:00
parent 73ec2c0dfd
commit 78d6fe62ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53063
2 changed files with 0 additions and 42 deletions

View File

@ -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

View File

@ -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