pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
remove non existant functions
Module Name: pkgsrc-wip
Committed By: youri <youri%NetBSD.org@localhost>
Pushed By: youri
Date: Mon Feb 29 14:32:53 2016 +0100
Changeset: cf4cebeed4bfe671761e180893868a306d9ca4d6
Modified Files:
phabricator/files/phd.sh
Log Message:
remove non existant functions
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cf4cebeed4bfe671761e180893868a306d9ca4d6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
phabricator/files/phd.sh | 2 --
1 file changed, 2 deletions(-)
diffs:
diff --git a/phabricator/files/phd.sh b/phabricator/files/phd.sh
index 3b22f47..5184448 100644
--- a/phabricator/files/phd.sh
+++ b/phabricator/files/phd.sh
@@ -79,7 +79,6 @@ if [ -f /etc/rc.subr -a -d /etc/rc.d -a -f /etc/rc.d/DAEMON ]; then
else
case "$1" in
restart)
- eval ${restart_precmd}
eval ${restart_cmd}
;;
stop)
@@ -98,7 +97,6 @@ else
eval ${log_cmd}
;;
*)
- eval ${start_precmd}
eval ${start_cmd}
;;
esac
Home |
Main Index |
Thread Index |
Old Index