#!/bin/sh if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then echo "$0: Cannot determine the PREFIX" >&2 exit 1 fi case "$1" in start) [ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start > /dev/null && echo -n ' apache' ;; stop) [ -r /var/run/httpd.pid ] && ${PREFIX}/sbin/apachectl stop > /dev/null && echo -n ' apache' ;; *) echo "Usage: `basename $0` {start|stop}" >&2 ;; esac exit 0 me Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/nepim
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-1/+1
* - Switch devel/liboop to USES=libtool, drop .la filesamdmi32014-08-191-2/+2
* Stagify.vanilla2014-06-091-10/+5
* - Convert gmake,bzip2 to USESmiwi2014-05-291-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-3/+2
* - Remove outdated version checkseadler2012-01-091-4/+0