diff options
author | pav <pav@FreeBSD.org> | 2005-07-18 15:43:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-18 15:43:31 +0800 |
commit | 67a588d7db290eb5f4f41541950361c6164dc4d2 (patch) | |
tree | f05c61c0ff26bea922865b5ba38a5d7dbe5b99ad | |
parent | 308235e80c3e1d0e7844f87eac77324710e16285 (diff) | |
download | freebsd-ports-gnome-67a588d7db290eb5f4f41541950361c6164dc4d2.tar.gz freebsd-ports-gnome-67a588d7db290eb5f4f41541950361c6164dc4d2.tar.zst freebsd-ports-gnome-67a588d7db290eb5f4f41541950361c6164dc4d2.zip |
- Fix typo
PR: ports/82840
Submitted by: S.C.Sprong <scsprong@gmail.com>
-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" |