#!/bin/sh # Taken from security/tor if [ x"$2" = xPRE-INSTALL ]; then USER="_dns-proxy-tor" UID="257" GROUP="_dns-proxy-tor" GID="257" if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then echo "You already have a group \"${GROUP}\", so I will use it." else if /usr/sbin/pw groupadd ${GROUP} -g ${GID}; then echo "Added group \"${GROUP}\"." else echo "Adding group \"${GROUP}\" failed..." echo "Please create it, and try again." exit 1 fi fi if /usr/sbin/pw user show "${USER}" 2>/dev/null; then echo "You already have a user \"${USER}\", so I will use it." else if /usr/sbin/pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ -d /nonexistent \ -s /sbin/nologin \ -c "dns-proxy-tor user"; then echo "Added user \"${USER}\"." else echo "Adding user \"${USER}\" failed..." echo "Please create it, and try again." exit 1 fi fi fi id='cgit'>
aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* Update to 3.0.8arved2014-09-092-4/+4
* Allow staging as a regular userantoine2014-09-081-0/+1
* Change INSTALL_DATA to install with mode 644antoine2014-09-051-7/+0
* Allow staging as a regular userantoine2014-09-041-0/+1
* - Upgrade to 1.5;thierry2014-09-023-3/+3
* Fixantoine2014-09-011-1/+0
* Remove non staged ports without pending PR from b*bapt2014-09-0111-758/+0
* Update to iperf3 3.0.7.bmah2014-08-292-3/+3
* Upgrade to 3.0.7.vanilla2014-08-282-3/+3
* Remove some duplicate lines from plist (or duplicate plist)antoine2014-08-271-2/+1
* Chase the upgrade of net/mpich2.thierry2014-08-273-3/+3
* Define LICENSE (GPLv2); reformat pkg-descr and kill bogus EOL whitespace.danfe2014-08-252-7/+10
* Unbreak the build under modern environments and cleanup Makefile while here.danfe2014-08-252-9/+28
* Allow staging as a regular userantoine2014-08-251-8/+11
* Mark BROKEN on FreeBSD 10 and above.adamw2014-08-221-1/+7
* many ruby/rubygem ports: death of rubyforge.orgswills2014-08-191-1/+1
* Remove a few remaining %%PORTDATA%%antoine2014-08-191-47/+47
* math/gsl:tijl2014-08-172-0/+2
* Stagify.vanilla2014-08-141-25/+25
* - Fix check-plist by adding missing netperf.info filebdrewery2014-08-121-1/+3
* - Update The Glorious Glasgow Haskell Compiler to version 7.8.3pgj2014-08-112-8/+7
* - Reset maintainer to ports@wen2014-08-102-2/+2
* Fix some stage violationsantoine2014-08-101-7/+4
* - Update to upstream release 0.7.1riggs2014-08-053-19/+28
* Fix build with clang.adamw2014-07-301-0/+4
* Fix make fetchantoine2014-07-301-1/+2
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-304-8/+4
* Update to 3.0.6.bmah2014-07-302-3/+3
* Rename benchmark/ patch-xy patches to reflect the files they modify.adamw2014-07-2815-2/+0
* Reset maintainership for ports not staged with no pending PRbapt2014-07-242-2/+2
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15tijl2014-07-231-0/+1
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.adamw2014-07-162-0/+4
* Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES.adamw2014-07-161-1/+1
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-151-1/+1
* - Convert net/openmpi to USES=libtool and bump dependent portstijl2014-07-152-2/+2
* - Update WWWsunpoet2014-07-081-1/+1
* This port is not stage clean.mat2014-07-031-0/+1
* - Support stagingjhale2014-07-033-31/+27
* - Fix fetchamdmi32014-07-031-3/+9
* multiple: reset gslin's maintainereadler2014-06-302-2/+2
* Update phoronix-test-suite to 5.2.0mm2014-06-294-35/+109
* Reset maintainer, email bouncesantoine2014-06-27