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/files | |
| parent | - Update to 0.5.4 (diff) | |
- Fix typo
PR: ports/82840
Submitted by: S.C.Sprong <scsprong@gmail.com>
Diffstat (limited to 'sysutils/rc_subr/files')
| -rw-r--r-- | sysutils/rc_subr/files/patch-rc.subr | 11 |
1 files changed, 11 insertions, 0 deletions
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" |
