- Fix typo

PR:		ports/82840
Submitted by:	S.C.Sprong <scsprong@gmail.com>
This commit is contained in:
Pav Lucistnik 2005-07-18 07:43:31 +00:00
parent a13c1b8ed1
commit d568d0a824
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139473
2 changed files with 12 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= rc_subr
PORTVERSION= 1.31
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= eik

View file

@ -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"