From owner-freebsd-hackers Thu Oct 11 16:48:57 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 033B037B40B for ; Thu, 11 Oct 2001 16:48:54 -0700 (PDT) Received: (qmail 83310 invoked by uid 100); 11 Oct 2001 23:48:48 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15302.12256.96805.125719@guru.mired.org> Date: Thu, 11 Oct 2001 18:48:48 -0500 To: clefevre@citeweb.net Cc: Mike Meyer , hackers@freebsd.org, chuckr@freebsd.org, chris@freebsd.org Subject: Re: My contributions to the close a PR campaign In-Reply-To: <200110112245.f9BMjAS66764@gits.dyndns.org> References: <15301.63455.964624.626361@guru.mired.org> <200110112245.f9BMjAS66764@gits.dyndns.org> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Cyrille Lefevre types: > Mike Meyer wrote: > [snip] > > conf/21722 The mixer settings are lost on system reboot. > > > > This should probably be closed due to the work being done on the > > NetBSD rc system. The same functionality can be provided as a port, > > which is probably better anyway. I'll do that if this one gets closed. > > much better is to keep it, at least to remember that something like > that have to be done. I'm not convinced it needs to be done. It's not really a critical feature, and very few people seem to miss it. It makes a lot more sense as a port that the few people who miss it can install. I've already got the script; I just want to make sure I don't do the work of turning it into a port only to have this thing committed. The script is so trivial I use it as an example of how to do rc.d scripts on -questions. /dev/null ;; stop) /usr/sbin/mixer -s > $MIXERSTATE ;; *) echo "usage: `basename $0` {start|stop}" >&2 exit 64 ;; esac -- Mike Meyer http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message