Index: head/sysutils/estctrl/Makefile =================================================================== --- head/sysutils/estctrl/Makefile (revision 123471) +++ head/sysutils/estctrl/Makefile (revision 123472) @@ -1,43 +1,36 @@ # New ports collection makefile for: Enhanced SpeedStep control daemon # Date created: 1 September 2004 # Whom: cperciva@daemonology.net # # $FreeBSD$ # PORTNAME= estctrl -PORTVERSION= 0.7 -PORTREVISION= 1 +PORTVERSION= 0.8 CATEGORIES= sysutils MASTER_SITES= http://www.daemonology.net/freebsd-est/ MAINTAINER= cperciva@daemonology.net COMMENT= Enhanced SpeedStep control daemon RUN_DEPENDS= ${LOCALBASE}/modules/est.ko:${PORTSDIR}/sysutils/est ONLY_FOR_ARCHS= i386 USE_RC_SUBR= yes RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} PLIST_FILES= sbin/estctrl \ etc/rc.d/estctrl.sh MAKE_ENV= BINDIR=${PREFIX}/sbin -.include - -.if ${OSVERSION} < 500101 -EXTRA_PATCHES= ${FILESDIR}/estctrl.c.diff.fbsd4 -.endif - post-extract: ${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${FILESDIR}/estctrl.sh > ${WRKDIR}/estctrl.sh post-install: ${INSTALL_SCRIPT} ${WRKDIR}/estctrl.sh ${PREFIX}/etc/rc.d/estctrl.sh ${CAT} ${PKGMESSAGE} -.include +.include Property changes on: head/sysutils/estctrl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/sysutils/estctrl/distinfo =================================================================== --- head/sysutils/estctrl/distinfo (revision 123471) +++ head/sysutils/estctrl/distinfo (revision 123472) @@ -1,2 +1,2 @@ -MD5 (estctrl-0.7.tar.gz) = 03dc1b69dd2ee37638eaba85d04655ba -SIZE (estctrl-0.7.tar.gz) = 2547 +SIZE(estctrl-0.8.tar.gz) = 2991 +MD5 (estctrl-0.8.tar.gz) = d43ed67c75d2763b2ca93653ad4af7aa Property changes on: head/sysutils/estctrl/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/sysutils/estctrl/files/estctrl.c.diff.fbsd4 =================================================================== --- head/sysutils/estctrl/files/estctrl.c.diff.fbsd4 (revision 123471) +++ head/sysutils/estctrl/files/estctrl.c.diff.fbsd4 (nonexistent) @@ -1,11 +0,0 @@ ---- estctrl.c.orig Tue Oct 12 17:46:13 2004 -+++ estctrl.c Tue Oct 12 17:46:21 2004 -@@ -28,7 +28,7 @@ - */ - - #include --#include -+#include - #include - - #include Property changes on: head/sysutils/estctrl/files/estctrl.c.diff.fbsd4 ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/sysutils/estctrl/files/estctrl.sh =================================================================== --- head/sysutils/estctrl/files/estctrl.sh (revision 123471) +++ head/sysutils/estctrl/files/estctrl.sh (revision 123472) @@ -1,31 +1,35 @@ #!/bin/sh # # $FreeBSD$ # # PROVIDE: estctrl # REQUIRE: est # KEYWORD: FreeBSD # Define estctrl_* variables in one of these files: # /etc/rc.conf # /etc/rc.conf.local # /etc/rc.conf.d/est # # DO NOT CHANGE THESE DEFAULT VALUES HERE # estctrl_enable="NO" estctrl_speed_ac="adaptive" estctrl_speed_battery="adaptive" +estctrl_speed_default="adaptive" . %%RC_SUBR%% name="estctrl" rcvar=`set_rcvar` load_rc_config $name command="%%PREFIX%%/sbin/estctrl" -command_args="-a ${estctrl_speed_ac} -b ${estctrl_speed_battery} &" +command_args="-a ${estctrl_speed_ac}" +command_args="${command_args} -b ${estctrl_speed_battery}" +command_args="${command_args} -d ${estctrl_speed_default}" +command_args="${command_args &" run_rc_command "$1" Property changes on: head/sysutils/estctrl/files/estctrl.sh ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property