diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-18 07:43:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-18 07:43:31 +0000 |
commit | d568d0a824d127a38e76c3455d36e7ffc75f2b31 (patch) | |
tree | 7c1744ddf71bb358e191c9b6f412712212f3cccf /sysutils/rc_subr | |
parent | - Update to 0.5.4 (diff) |
- Fix typo
PR: ports/82840
Submitted by: S.C.Sprong <scsprong@gmail.com>
Notes
Notes:
svn path=/head/; revision=139473
Diffstat (limited to 'sysutils/rc_subr')
-rw-r--r-- | sysutils/rc_subr/Makefile | 1 | ||||
-rw-r--r-- | sysutils/rc_subr/files/patch-rc.subr | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/rc_subr/Makefile b/sysutils/rc_subr/Makefile index 4bf7ef93e644..798e546e4adc 100644 --- a/sysutils/rc_subr/Makefile +++ b/sysutils/rc_subr/Makefile @@ -7,6 +7,7 @@ PORTNAME= rc_subr PORTVERSION= 1.31 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= eik diff --git a/sysutils/rc_subr/files/patch-rc.subr b/sysutils/rc_subr/files/patch-rc.subr new file mode 100644 index 000000000000..b8cff9053616 --- /dev/null +++ b/sysutils/rc_subr/files/patch-rc.subr @@ -0,0 +1,11 @@ +--- rc.subr.orig Tue Aug 10 14:26:29 2004 ++++ rc.subr Mon Jul 18 09:42:30 2005 +@@ -203,7 +203,7 @@ + fi + read _pid _junk < $_pidfile + if [ -z "$_pid" ]; then +- debug "pid file {$_pidfile): no pid in file." ++ debug "pid file ($_pidfile): no pid in file." + return + fi + _find_processes $_procname ${_interpreter:-.} '-p '"$_pid" |