#!/bin/sh # $FreeBSD$ case $2 in PRE-INSTALL) USER=_bbstored GROUP=${USER} UID=505 GID=${UID} if pw group show "${GROUP}" 2>/dev/null; then echo "You already have a group \"${GROUP}\", so I will use it." else if pw groupadd ${GROUP} -g ${GID}; then echo "Added group \"${GROUP}\"." else echo "Adding group \"${GROUP}\" failed..." exit 1 fi fi if pw user show "${USER}" 2>/dev/null; then echo "You already have a user \"${USER}\", so I will use it." else if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ -d /nonexistent -c "Box Backup Store Daemon" then echo "Added user \"${USER}\"." else echo "Adding user \"${USER}\" failed..." exit 1 fi fi ;; esac ='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/security/secpanel
Commit message (Expand)AuthorAgeFilesLines
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-1/+1
* -remove MD5ohauer2011-07-031-1/+0
* - Update to 0.6.1miwi2010-07-152-15/+12
* Update to version 0.6.0niels2010-03-254-16/+7
* Reset infofarmer due to maintainer-timeouts and no response to email.linimon2008-09-071-1/+1
* - Fix plistsat2008-04-182-0/+3
* - Update to 0.5.4sat2008-04-163-5/+5
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriespav2008-04-091-1/+1
* - Update to 0.5.3sat2007-12-123-7/+12
* - Update www and master sitessat2007-10-302-12/+7
* - Update to 0.5.2sat2007-05-294-21/+22
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* - Update master sites and pkg-descr [1]sat2007-04-082-7/+9
* - Convert existing ports to a new bsd.tcl.mk orderpav2007-04-031-1/+1
* - Provide additional mirrors where neededsat2006-07-311-4/+1
* Update my e-mail addresssat2006-05-091-1/+1
* - Add forgotten files;thierry2006-05-042-12/+15
* Take maintainership.thierry2006-05-031-1/+1
* - Update to 0.5.1pav2006-05-013-28/+28
* Reset petef due to no response to email. We hope to see him back sometime.linimon2006-04-151-1/+1