Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/oss/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 29 Jun 2007 09:22:29 -0000 1.3 +++ Makefile 5 Jul 2007 10:30:24 -0000 @@ -7,7 +7,7 @@ PORTNAME= oss DISTVERSION= 4.0-build1003 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio kld MASTER_SITES= http://developer.opensound.com/sources/stable/ DISTNAME= ${PORTNAME}-v${DISTVERSION}-src-gpl Index: files/oss.in =================================================================== RCS file: /home/pcvs/ports/audio/oss/files/oss.in,v retrieving revision 1.1 diff -u -r1.1 oss.in --- files/oss.in 23 Jun 2007 20:58:05 -0000 1.1 +++ files/oss.in 8 Jul 2007 12:08:55 -0000 @@ -7,7 +7,8 @@ . %%RC_SUBR%% name="oss" -rcvar=${name}_enable +rcvar=`set_rcvar` +oss_enable="${oss_enable:-NO}" stop_cmd="oss_stop" start_cmd="oss_start" Index: files/pkg-message.in =================================================================== RCS file: /home/pcvs/ports/audio/oss/files/pkg-message.in,v retrieving revision 1.1 diff -u -r1.1 pkg-message.in --- files/pkg-message.in 23 Jun 2007 20:58:05 -0000 1.1 +++ files/pkg-message.in 8 Jul 2007 12:23:33 -0000 @@ -4,4 +4,6 @@ the one used by 4Front and is not supported by them. All bug reports should go to the port maintainer via the usual PR mechanism. +To load OSS at boot, add oss_enable="YES" to your /etc/rc.conf. + ---------------------------------------------------------------------