svn commit: r263202 - head/usr.sbin/service

Eitan Adler eadler at FreeBSD.org
Sat Mar 15 02:26:47 UTC 2014


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


More information about the svn-src-all mailing list