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-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to