#!/bin/sh # # $FreeBSD$ # PATH=/bin:/usr/bin:/usr/sbin case $2 in DEINSTALL) echo '---> Starting deinstall script:' echo '---> Zeroing crontab(5) file belonging to user "%%USER%%"' /usr/bin/crontab -u %%USER%% /dev/null echo ' (The crontab(5) will be deleted completely when user "%%USER%%" is removed.)' ;; POST-DEINSTALL) echo '---> Starting post-deinstall script:' if [ -f %%PREFIX%%/etc/ifgraph.conf -o \ -d %%PREFIX%%/ifgraph -o \ -d %%PREFIX%%/var/ifgraph ]; then echo '---> You seem to have made some custom ifGraph configuration.' echo '---> - The "%%USER%%" user and "%%GROUP%%" group were therefore not deleted.' echo '---> - You may delete them with "pw groupdel %%GROUP%%; pw userdel %%USER%%".' else echo '---> Removing group "%%GROUP%%"' /usr/sbin/pw groupdel -n %%GROUP%% echo '---> Removing user "%%USER%%"' echo 'y' | /usr/sbin/pw userdel -n %%USER%% fi ;; esac '2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mini_sendmail
ss='commitgraph'>*
Commit message (Expand)AuthorAgeFilesLines
* - remove MD5ohauer2011-07-031-1/+0
Update to version 4.6.2pawel2014-08-093-3/+6
* Update to version 4.6.1pawel2014-06-273-15/+7
* Update to version 4.5.6pawel2014-03-042-4/+4
* Update to version 4.5.5pawel2014-01-293-4/+5
* - Remove manual creation and removal of share/applications, as it's now in th...amdmi32013-10-221-1/+0
* - Update finance/libofx to 0.9.9jhale2013-10-041-0/+1
* - Update to version 4.5.4pawel2013-10-033-11/+5
* Update to version 4.5.3pawel2013-09-222-3/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Needs pkgconfig to buildpawel2013-09-051-1/+1
* - Switch to new LIB_DEPENDS formatpawel2013-08-291-2/+2
* Update to version 4.5.2pawel2013-08-203-30/+9
* Convert my ports to current standardspawel2013-07-111-2/+1
* - Remove dependencies, most are pulled by gtk20pawel2013-06-152-35/+12
* The FreeBSD x11 team proudly presentszeising2013-05-251-3/+2
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-2/+1
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
* Remove PTHREAD_CFLAGS and PTHREAD_LIBS from my portspawel2013-02-081-2/+2
* - Update to version 4.5pawel2013-01-173-87/+105
* Remove the created by me and update those header at the same time. I nevermezz2013-01-011-5/+0
* Convert my ports to optionsNGpawel2012-06-081-8/+10
* - update png to 1.5.10dinoex2012-06-011-1/+1
* - Chase libofx shared version bumpswills2012-03-061-1/+2
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+2
* - Update my email to FreeBSDpawel2011-03-241-1/+1
* - Update to 4.4miwi2011-03-043-9/+10
* Update to 4.3makc2010-07-243-5/+57
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
* - update to 1.4.1dinoex2010-03-281-0/+1
* - Update to 4.2.1 (unbreak, fetches correctly now)wxs2010-02-262-6/+4
* - Mark BROKEN: does not fetchpav2010-02-231-0/+2
* - Update to 4.2miwi2010-02-133-33/+17
* - update to jpeg-8dinoex2010-02-051-0/+1
* - Update to 4.1miwi2009-11-123-62/+121
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1
* - Update to 4.0.4miwi2009-06-26