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:
parent
73ec2c0dfd
commit
78d6fe62ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53063
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user