--- misc/mailman.in.orig Thu Mar 7 08:09:51 2002 +++ misc/mailman.in Fri Sep 27 15:56:40 2002 @@ -39,15 +39,19 @@ case "$1" in 'start') #rm -f $MAILMANHOME/locks/* - $PYTHON $MAILMANCTL -s -q start + $PYTHON $MAILMANCTL -s -q start && echo -n ' mailman' ;; 'stop') - $PYTHON $MAILMANCTL -q stop + $PYTHON $MAILMANCTL -q stop && echo -n ' mailman' ;; 'restart') $PYTHON $MAILMANCTL -q restart + ;; +*) + echo "Usage: `basename $0` {start|stop|restart}" >&2 + exit 64 ;; esac orts-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/dns/dnsmasq
Commit message (Expand)AuthorAgeFilesLines
* Update to new upstream release 2.61. Changes are, per Simon Kelley:mandree2012-05-013-16/+3
* Fix a rare configuration-dependent crash. Simon Kelley, upstreammandree2012-04-012-0/+13
* Update to new upstream release 2.60. Notable new features are:mandree2012-03-122-6/+16
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
* Fix BUILD_DEPENDS (use += not =) creation in port.mandree2011-10-192-5/+5
* Update to new upstream release 2.58mandree2011-08-272-6/+7
* - Bump PORTREVISION to chase the update of dns/libidnwen2011-03-141-1/+1
* Update dnsmasq rc.d script again (sorry for the churn with portrev. 1)mandree2011-02-233-16/+69
* Change rc.d file to ensure proper startup order:mandree2011-02-232-3/+13
* Upgrade to new upstream release 2.57.mandree2011-02-213-22/+24
* Expand NLS/IDN comment.mandree2011-02-161-1/+2
* Update pkg-descr and add author attribution since it's a full quote.mandree2011-02-161-12/+11
* Fix regression in config parser.mandree2011-02-162-0/+12