bin/187118: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sat Mar 15 02:30:01 UTC 2014


The following reply was made to PR bin/187118; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: bin/187118: commit references a PR
Date: Sat, 15 Mar 2014 02:26:54 +0000 (UTC)

 Author: eadler
 Date: Sat Mar 15 02:26:46 2014
 New Revision: 263202
 URL: http://svnweb.freebsd.org/changeset/base/263202
 
 Log:
   Be a little more verbose in service's error message
   
   PR:		bin/187118
   Submitted by:	culot
 
 Modified:
   head/usr.sbin/service/service.sh
 
 Modified: head/usr.sbin/service/service.sh
 ==============================================================================
 --- head/usr.sbin/service/service.sh	Sat Mar 15 01:20:42 2014	(r263201)
 +++ head/usr.sbin/service/service.sh	Sat Mar 15 02:26:46 2014	(r263202)
 @@ -145,5 +145,5 @@ done
  
  # If the script was not found
  echo "$script does not exist in /etc/rc.d or the local startup"
 -echo "directories (${local_startup})"
 +echo "directories (${local_startup}), or is not executable"
  exit 1
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list