#!/bin/sh if [ "$2" != "POST-DEINSTALL" ]; then exit 0 fi PDNSUSER=${PDNSUSER:-pdns_recursor} PDNSUID=${PDNSUID:-120} PDNSGROUP=${PDNSGROUP:-pdns} PDNSGID=${PDNSGID:-120} if pw groupshow "$PDNSGROUP" 2>/dev/null 1>&2; then echo "To delete the PowerDNS group permanently, use 'pw groupdel ${PDNSGROUP}'" fi if pw usershow "$PDNSUSER" 2>/dev/null 1>&2; then echo "To delete the PowerDNS user permanently, use 'pw userdel ${PDNSUSER}'" fi exit 0 '/>
aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/uml2svg
Commit message (Expand)AuthorAgeFilesLines
* -remove MD5ohauer2011-07-031-1/+0
* - Drop maintainershipgabor2010-06-081-1/+1
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1
* - Fix plistgabor2009-01-272-0/+9
* - Fix plistgabor2009-01-221-0/+1