#!/bin/sh # # $FreeBSD$ # # Based on cyrus-sasl2 port # # create 'flowd' user # create_user() { USER=${FLOWD_USER} GROUP=nobody PW=/usr/sbin/pw if [ -x /usr/sbin/nologin ]; then shell=/usr/sbin/nologin elif [ -x /sbin/nologin ]; then shell=/sbin/nologin else shell=/nonexistent fi uhome="/var/empty" if ! ${PW} show user ${USER} -q >/dev/null; then if ! ${PW} add user ${USER} -g ${GROUP} -d "${uhome}" \ -c "flowd privilege separation user" -s "${shell}" -p "*" \ ; then e=$? echo "*** Failed to add user \`${USER}'. Please add it manually." exit ${e} fi echo "*** Added user \`${USER}' (id ${uid})" else echo "*** You already have user \`${USER}'." fi } case $2 in POST-INSTALL) create_user ;; esac 02062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/irc
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to 1.1.6, add LICESNE.vanilla2015-01-192-3/+6
* Add missing USE_OPENSSL=yestijl2015-01-156-6/+13
* Pass maintainership to new volunteer. They are mirroring the distfile andbdrewery2015-01-102-3/+3
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-061-1/+1
* - Update to 6.88sunpoet2015-01-043-5/+4
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependspi2015-01-035-4/+5
* - Remove Mk/bsd.efl.mkgblach2014-12-271-2/+2
* irc/ngircd: Update to 22koobs2014-12-262-19/+20
* Update to 2.0.18feld2014-12-243-4/+6
* Cleanup plistbapt2014-12-213-3/+0
* Update "BSD" licensefeld2014-12-071-1/+1
* - Update to 4.1.0cs2014-12-032-2/+2
* Convert to USES=tar:tgzehaupt2014-11-301-1/+2
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-2645-61/+46
* Update to 20141122.adamw2014-11-233-3/+15
* Finally retire USE_PGSQLcrees2014-11-232-2/+2
* Create a subdirectory of /var/run that is writeable by the bopm user andtijl2014-11-233-10/+10
* Fix CATEGORIES.kwm2014-11-191-1/+1
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-195-0/+108
* Take miwi's old perl ports into perl@'s fold.mat2014-11-1810-10/+10
* Reset miwi's maintainership per his demandbapt2014-11-1813-13/+13
* Update to 20141028.adamw2014-11-082-4/+3
* Replace some occurences of mach with PERL_ARCH (and a couple of other small n...mat2014-11-071-1/+1
* irc/quassel: add CPE infomakc2014-11-071-1/+4
* irc/konversation-kde4:makc2014-11-053-4/+6
* - Chase GNU Emacs updatesashish2014-11-051-1/+1
* Modernize plistbapt2014-10-311-1/+1
* Modern plistbapt2014-10-311-1/+1
* The IRC configure script has curious logic, is being overly complex,johans2014-10-291-2/+8
* Cleanup plistbapt2014-10-2790-979/+16
* irc/weechat: Remove CFLAGS+= Qunused-argumentsmarino2014-10-271-1/+0
* irc/bopm is not safe for parallel buildingmarino2014-10-232-1/+3
* irc/quassel:makc2014-10-224-92/+56
* - Convert ports of irc/ and lang/ to new USES=pythonmva2014-10-2110-21/+14
* use '?=' on PORTREVISION, slave ports need it.vanilla2014-10-181-1/+1
* irc/weechat: Add default dependency on Mozilla CA Bundle for cert verificationjase2014-10-171-7/+9
* irc/weechat: Update to 1.0.1jase2014-10-177-277/+195
* - Update to checkin 2bf3950 [1]bdrewery2014-10-173-17/+4
* Close out a bunch of PRs that only remove @dirrmmarino2014-10-151-2/+0
* Upgrade to 0.8.17.vanilla2014-10-134-25/+15
* - update miniupnpc to 1.9dinoex2014-10-111-1/+1
* Remove @dirrm, @dirrmtryehaupt2014-10-081-1/+0
* Add CPE capabilityfeld2014-10-072-9/+4
* - Remove USE_AUTOTOOLStijl2014-10-041-16/+2
* Cleanup @dirrm* from my ports.mat2014-10-032-16/+5
* Convert to USES=pearbapt2014-09-241-7/+2
* OptionsNG conversion brokes few options makingrodrigo2014-09-211-2/+10
* Update to 2.0.17feld2014-09-193-8/+10
* Retire MANCOMPRESSED.mat2014-09-181-1/+0
* Alter rc script startup ordering.feld2014-09-132-2/+2
* - Update to 2.10.1, announce message is here:nemysis2014-09-124-56/+32
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-116-5/+6
* irc/rubygem-lita-irc: add port for rubygem-lita-ircswills2014-09-104-0/+25
* - Convert to USES=libtool and add INSTALL_TARGET=install-striptijl2014-09-096-56/+43
* Allow staging as a regular userantoine2014-09-071-1/+1
* security/cracklib:tijl2014-09-061-1/+1
* Package the binary, not a symlink to it.adamw2014-09-051-1/+2
* Update to 20140831.adamw2014-09-032-4/+4
* Drop now useless @cwdbapt2014-09-031-1/+0
* Drop now useless @cwdbapt2014-09-031-1/+0
* Add missing library libgmodule-2.0tijl2014-09-021