#!/bin/sh PATH=/bin:/usr/bin:/usr/sbin TMPFILE=/tmp/services-$RANDOM-$$ if [ -z "${BACULA_DIR}" ]; then BACULA_DIR=/var/db/bacula fi case "$2" in "DEINSTALL") # Delete entries in /etc/services sed -e '/# Bacula port start/,/# Bacule port end/{' \ -e 'd' \ -e '}' /etc/services > $TMPFILE mv -f $TMPFILE /etc/services if [ -d ${BACULA_DIR} ]; then rmdir ${BACULA_DIR}; fi if [ -d ${BACULA_DIR} ]; then echo "Check if ${BACULA_DIR} is empty and delete it to permanently remove the bacula port" fi # Note how to delete UID/GID USER=bacula GROUP=${USER} if pw usershow "${USER}" 2>/dev/null 1>&2; then echo "To delete Bacula user permanently, use 'pw userdel ${USER}'" echo "To delete Bacula group permanently, use 'pw groupdel ${GROUP}'" fi ;; esac ebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libdaemon/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* Update to 0.14.marcus2010-05-221-1/+1
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
* Update to 0.12ahze2007-07-121-2/+2
* Update to 0.11 and transfer maintainership to gnome@.marcus2007-06-241-5/+4
* Conversion to a single libtool environment.ade2006-02-231-1/+2
* - Update to 0.10ahze2005-11-251-1/+1
* - Update to 0.9ahze2005-11-191-1/+1
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1