aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fsc
Commit message (Collapse)AuthorAgeFilesLines
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-07-171-1/+1
| | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt)
* fixed a start-up issuedaichi2014-03-112-3/+25
| | | | | | PR: ports/182294 Submitted by: Alex <lexus@hostelnet.ru> Reviewed by: Koichiro IWAO <meta@vmeta.jp>
* Support stagingehaupt2014-02-251-13/+11
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-6/+2
| | | | sysutils)
* Update to fix breakage with clang.trhodes2013-06-042-3/+3
| | | | | PR: 179050 Requested by: many
* Update to 1.0.1; fixes pidfile creation, misc code cleanup.trhodes2012-07-222-3/+3
|
* - Make rc.d script executablebeat2012-06-131-1/+9
| | | | | | | - Config file and binaries are installed in PREFIX - Bump PORTREVISION Approved by: trhodes@ (maintainer)
* Bring in my service monitoring tools (fsc - FreeBSD Services Control).trhodes2012-06-083-0/+42
Already in the NetBSD ports collection, it's time to make them available here. See the manual pages for more information. Reviewed by: tabthorpe