Bug 123938 - security/barnyard, upgrade the startup script
Summary: security/barnyard, upgrade the startup script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-23 20:10 UTC by pauls
Modified: 2008-05-26 05:30 UTC (History)
0 users

See Also:


Attachments
patch-Makefile (234 bytes, text/plain)
2008-05-23 20:10 UTC, pauls
no flags Details
patch-files-barnyard.sh.in (2.01 KB, text/plain)
2008-05-23 20:10 UTC, pauls
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description pauls 2008-05-23 20:10:02 UTC
	Improve the startup script to bring it in line with the correct
	way of doing rc.subr scripts, bump PORTREVISION in the Makefile
	and a minor change to pkg-message.

Fix: --- files/pkg-message.in.orig	2008-05-23 13:38:25.000000000 -0500
+++ files/pkg-message.in	2008-05-23 13:39:14.000000000 -0500
@@ -9,6 +9,7 @@
 with the appropriate flags, etc.  See the FreeBSD Handbook for syntax:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-rcng.html
 
-For the various options available, type % barnyard -h after install.
+For the various options available, type % barnyard -h after install or read
+the options in the startup script - in %%PREFIX%%/etc/rc.d.
 
 ************************************************************************
--- patch-files-pkg-message.in ends here ---
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-05-26 05:24:25 UTC
edwin       2008-05-26 04:24:20 UTC

  FreeBSD ports repository

  Modified files:
    security/barnyard    Makefile 
    security/barnyard/files barnyard.sh.in pkg-message.in 
  Log:
  security/barnyard, upgrade the startup script
  
          Improve the startup script to bring it in line with the correct
          way of doing rc.subr scripts, bump PORTREVISION in the Makefile
          and a minor change to pkg-message.
  
  PR:             ports/123938
  Submitted by:   Paul Schmehl <pauls@utdallas.edu>
  
  Revision  Changes    Path
  1.11      +1 -1      ports/security/barnyard/Makefile
  1.3       +31 -9     ports/security/barnyard/files/barnyard.sh.in
  1.2       +2 -1      ports/security/barnyard/files/pkg-message.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-26 05:24:33 UTC
State Changed
From-To: open->closed

Committed, thanks!