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

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@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-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
 
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to