<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/etc/rc.d/mixer, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2018-07-28T20:36:23Z</updated>
<entry>
<title>Move rc startup scripts from etc/ to sbin/init/</title>
<updated>2018-07-28T20:36:23Z</updated>
<author>
<name>Brad Davis</name>
<email>brd@FreeBSD.org</email>
</author>
<published>2018-07-28T20:36:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1135e97b7c2c3b60fda9a6f2f4a24a8336b1024c'/>
<id>urn:sha1:1135e97b7c2c3b60fda9a6f2f4a24a8336b1024c</id>
<content type='text'>
This keeps most startup scripts as CONFS per discussion on src-committers from
back during BSDCan.

Approved by:	will (mentor)
Differential Revision:	https://reviews.freebsd.org/D16466
</content>
</entry>
<entry>
<title>- Add descriptions to most of the rc scripts. Those are mostly taken from their</title>
<updated>2016-04-23T16:10:54Z</updated>
<author>
<name>Lars Engels</name>
<email>lme@FreeBSD.org</email>
</author>
<published>2016-04-23T16:10:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6c1a5e837d2d886042767bcc7b7255b81acc0965'/>
<id>urn:sha1:6c1a5e837d2d886042767bcc7b7255b81acc0965</id>
<content type='text'>
  daemon's manpage and probably improved.
- Consistently use "filesystem" not "file system".

Approved by:	bapt, brueffer
Differential Revision:	D452
</content>
</entry>
<entry>
<title>Simply things so that "#REQUIRE: FILESYSTEMS" means the file</title>
<updated>2012-09-11T05:04:59Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2012-09-11T05:04:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8801556beb2c13ba0c9b253045f8492cc1265b44'/>
<id>urn:sha1:8801556beb2c13ba0c9b253045f8492cc1265b44</id>
<content type='text'>
systems are fully "ready to go".

'FILESYSTEMS' states: "This is a dummy dependency, for services which
require file systems to be mounted before starting."  However, we have
'var' which is was run after 'FILESYSTEMS' and can mount /var if it
already isn't mounted.  Furthermore, several scripts cannot use /var
until 'cleanvar' has done its thing.  Thus "FILESYSTEMS" hasn't really
meant all critical file systems are fully usable.
</content>
</entry>
<entry>
<title>As previously discussed, add the svn:executable property to all scripts</title>
<updated>2008-07-16T19:22:48Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2008-07-16T19:22:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2b9851690c2169b48245ff1b770752f057251e85'/>
<id>urn:sha1:2b9851690c2169b48245ff1b770752f057251e85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce mixer_enable (default: YES).</title>
<updated>2006-10-06T23:22:13Z</updated>
<author>
<name>Florent Thoumie</name>
<email>flz@FreeBSD.org</email>
</author>
<published>2006-10-06T23:22:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2440a169c5ba30d318dac5aa395292eccf43466d'/>
<id>urn:sha1:2440a169c5ba30d318dac5aa395292eccf43466d</id>
<content type='text'>
PR:		conf/101268
Submitted by:	Eugene Grosbein &lt;eugen@grosbein.pp.ru&gt;
Approved by:	cperciva (mentor)
X-MFC after:	6.2-RELEASE
Sponsored by:	FreeBSD Test-Bugathon
</content>
</entry>
<entry>
<title>Use of REQUIRE is better than BEFORE for most scripts, and very</title>
<updated>2005-12-10T19:49:03Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2005-12-10T19:49:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=019cd8e648e908f67784a5dfe9f36720e2d1a39b'/>
<id>urn:sha1:019cd8e648e908f67784a5dfe9f36720e2d1a39b</id>
<content type='text'>
few scripts should have no REQUIRE at all.
</content>
</entry>
<entry>
<title>Remove the 'usbd' keyword (it isn't necessary for mixer).  Also, use</title>
<updated>2005-03-17T22:36:16Z</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2005-03-17T22:36:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8971569ca12ac791471755d230b3e4c0e3ec8bda'/>
<id>urn:sha1:8971569ca12ac791471755d230b3e4c0e3ec8bda</id>
<content type='text'>
BEFORE instead of REQUIRE.

Probably ok by:	jhb
MFC after:	3 days
</content>
</entry>
<entry>
<title>Remove the requirement for the FreeBSD keyword as it no longer</title>
<updated>2004-10-07T13:55:26Z</updated>
<author>
<name>Mike Makonnen</name>
<email>mtm@FreeBSD.org</email>
</author>
<published>2004-10-07T13:55:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=337338ee009d6a396b8cd625d57f25f4269ed33d'/>
<id>urn:sha1:337338ee009d6a396b8cd625d57f25f4269ed33d</id>
<content type='text'>
makes any sense.

Discussed with: dougb, brooks
MFC after: 3 days
</content>
</entry>
<entry>
<title>A few small cleanups:</title>
<updated>2004-03-27T09:26:22Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2004-03-27T09:26:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=af85ab16a3b9b73152b2c87b7f241631e726378f'/>
<id>urn:sha1:af85ab16a3b9b73152b2c87b7f241631e726378f</id>
<content type='text'>
1. Add the shutdown keyword so that the script is run at shutdown time,
and the mixer* files are saved.
2. Twiddle whitespace.
3. Remove an unecessary function, and therefore collapse one variable.
</content>
</entry>
<entry>
<title>Added 'nojail' keyword for rc.d/mixer script, while mixer(8) is not</title>
<updated>2004-03-24T12:49:34Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2004-03-24T12:49:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b4dae77e8b36abcf56d1d4148e17392d56485736'/>
<id>urn:sha1:b4dae77e8b36abcf56d1d4148e17392d56485736</id>
<content type='text'>
usable in jail by default (no /dev/mixer).
</content>
</entry>
</feed>
