pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
clean up.
Module Name: pkgsrc-wip
Committed By: youri <youri%NetBSD.org@localhost>
Pushed By: youri
Date: Mon Feb 29 14:29:02 2016 +0100
Changeset: d98eee0e244c5e142a3a5019c26188df5a107381
Modified Files:
phabricator/files/phd.sh
Log Message:
clean up.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d98eee0e244c5e142a3a5019c26188df5a107381
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
phabricator/files/phd.sh | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diffs:
diff --git a/phabricator/files/phd.sh b/phabricator/files/phd.sh
index f5c9b9f..3b22f47 100644
--- a/phabricator/files/phd.sh
+++ b/phabricator/files/phd.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: phd.sh,v 1.1 2015/01/14 21:01:19 adam Exp $
+# $NetBSD$
#
# Phabricator rc.d control script
#
@@ -8,10 +8,9 @@
# REQUIRE: DAEMON
# KEYWORD: shutdown
#
-# You will need to set some variables in /etc/rc.conf to start PostgreSQL:
+# You will need to set some variables in /etc/rc.conf to start Phabricator:
#
# phd=YES
-# do initdb?
if [ -f /etc/rc.subr ]; then
. /etc/rc.subr
@@ -79,9 +78,6 @@ if [ -f /etc/rc.subr -a -d /etc/rc.d -a -f /etc/rc.d/DAEMON ]; then
run_rc_command "$1"
else
case "$1" in
- #initdb)
- #eval ${initdb_cmd}
- #;;
restart)
eval ${restart_precmd}
eval ${restart_cmd}
Home |
Main Index |
Thread Index |
Old Index