# $FreeBSD$ # if [ "$2" != "PRE-INSTALL" ]; then exit 0 fi PATH=/bin:/usr/bin use_vipw () { cat << EOF You need an account "pop" to install this package. Please add it by hand (try "man vipw") and try again. An example passwd entry is: pop:*:68:6::0:0:Post Office Owner:/nonexistent:/nonexistent EOF } if ! id -u "pop" > /dev/null 2>&1; then use_vipw exit 1 fi exit 0 w44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/redir
Commit message (Expand)AuthorAgeFilesLines
* - Take maintainership, I use this a lot.araujo2008-01-041-1/+1
* Disable TCP_WRAPPER support, as it does not workarved2008-01-022-12/+1
* Reset markp due to lack of response to email and maintainer-timeouts.linimon2006-04-151-1/+1
* - Correct use of ${name}_flags in rc.d script. It's automatic added.mnag2006-04-031-5/+4
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+0
* - Respect MANPREFIXmnag2006-02-102-1/+43
* SHA256ifyedwin2006-01-23