aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/service-config
Commit message (Collapse)AuthorAgeFilesLines
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-2/+2
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Change my email address to petef@FreeBSD.org for the ports I maintain.petef2001-08-231-2/+2
| | | | Reviewed by: ade
* Add service-config, a utility suite for creation svscan service directories.roam2001-07-065-0/+56
PR: 28661 Submitted by: Pete Fritchman <petef@databits.net>