drop the .sh extension from the chillispot rc script update the rc script so that it's simplified remove ipfilter from the BEFORE statement in the rc script so that chillispot now starts correctly during boot. use the current correct way to stop chillispot during uninstall. Fix: Patch attached with submission follows:
Class Changed From-To: update->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->rafan I'll take it.
rafan 2009-10-18 15:03:03 UTC FreeBSD ports repository Modified files: net-mgmt/chillispot Makefile pkg-plist Added files: net-mgmt/chillispot/files chillispot.in Removed files: net-mgmt/chillispot/files chillispot.sh.in Log: - Drop the old .sh extension for rc script - Remove ipfilter from PROVIDER so that chillispot can start up correctly at boot time - Utilize @stopdaemon - Bump PORTREVISION PR: ports/137967 Submitted by: Sevan Janiyan <venture37 at geeklan.co.uk> (maintainer) Revision Changes Path 1.10 +2 -2 ports/net-mgmt/chillispot/Makefile 1.1 +23 -0 ports/net-mgmt/chillispot/files/chillispot.in (new) 1.2 +0 -26 ports/net-mgmt/chillispot/files/chillispot.sh.in (dead) 1.4 +1 -1 ports/net-mgmt/chillispot/pkg-plist _______________________________________________ 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"
State Changed From-To: open->closed Committed, with minor changes. Thanks!