Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2014 02:30:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/187118: commit references a PR
Message-ID:  <201403150230.s2F2U1N5049719@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/187118; it has been noted by GNATS.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403150230.s2F2U1N5049719>