deraadt
52e978a9d8
tidy up the script
10 years ago
miod
d1cf88ea26
Apparently people updating this no longer fix the DOW and the minute and
seconds values in the announcement timestamps. Damn youngsters.
10 years ago
deraadt
c3a6ab0d79
crank to 5.6-beta
10 years ago
miod
0627e39b9d
Remove ppi (hp300 leftover)
10 years ago
sthen
df49f6c562
add port entries for quagga from the documentation, ok ajacoutot@
/etc/services file moved from etc to base so is no longer really
user-editable as changes will be overwritten at update time
10 years ago
sthen
afb116c353
conserver moved port, ok ajacoutot@
10 years ago
deraadt
63edfe2d88
BSD.local.dist went away
10 years ago
ajacoutot
d65c2f0adb
/var/db/sysmerge -> /usr/share/sysmerge
ok deraadt@
10 years ago
espie
c0a8ea5276
folded back into 4.4BSD.dist
removed to unconfuse devs
okay aja, theo
10 years ago
deraadt
51fcfd90fc
new dir /usr/share/sysmerge
10 years ago
deraadt
d5c05ae2f9
correct dir
10 years ago
sthen
03593f6125
add /usr/local/lib/pkgconfig to mtree, ok espie@ jasper@
10 years ago
deraadt
8d60b9304c
sysctl.conf moves to etc/examples
10 years ago
ajacoutot
71b35ac49d
Add shebang to make it clear these files are shell scripts (they are
explicitely executed by sh(1)).
discussed with deraadt@
10 years ago
ajacoutot
d7bed9d58a
quiet /etc/rc.shutdown, it may not exist.
ok deraadt@
10 years ago
ajacoutot
f6d70a88c8
This isn't C.
10 years ago
ajacoutot
7edabab9f8
Only set kern.securelevel=1 if it was not lowered nor bumped by
rc.securelevel,
with deraadt@
10 years ago
ajacoutot
60cf083fe4
Consistency.
10 years ago
ajacoutot
85bae20714
Do not output anything by default, to be consistent with the other
site-specific rc.* files, the comment is enough.
ok deraadt@
10 years ago
ajacoutot
7648d2dc9b
/etc/rc already takes care of creating /var/run/utmp.
ok deraadt@ giovanni@
10 years ago
deraadt
68f7c0883b
rc.{local,securelevel,shutdown} become examples. If versions of them
are created in /etc, they are executed (they used to be sourced) to
avoid polluting the rc variable space. The powerdown= and securelevel=
features are removed; they are likely only used by 2 people. the
secureleve is now always raised; this is the only sensible default.
ok ajacoutot
10 years ago
guenther
fbc71be3ba
Update for arc4random and syslog changes
10 years ago
deraadt
2dfe92794b
check for existance of rc.shutdown, before sourcing it
10 years ago
claudio
3234bbf1ae
Add iscsid_flags to rc.conf so we do not try to start iscsid all the time.
Noticed by naddy@
10 years ago
rpe
9bc3ff3e5f
- move the ntpd.conf file to examples directory
- move it from BIN1 to EXAMPLES in src/etc/Makefile
- change the installer to create the file instead of editing it
- add a '+' to the corresponding changelist entry
suggested by and OK deraadt@
OK for the installer change krw@
10 years ago
ajacoutot
4287f8a51a
Mismatch between the sets list and what's in DESTDIR should not be fatal
to sysmerge sum files generation.
discussed by deraadt@
10 years ago
ajacoutot
0dc60495c0
Install some config files with mode 0600 as they were before the move to
/etc/examples.
ok deraadt@
10 years ago
claudio
5d638f514c
rc bits for iscsid. Start iscsid as early as possible. Use the new -N
flag for fsck and mount to check and mount the iscsi file systems (marked
with option net) right after the mount -a.
"Get it in" deraadt@
rpe@ is OK with this going in but it may need further changes
10 years ago
claudio
6ff056777f
Add iscsid to the rc.d files to install
10 years ago
claudio
1368d9b148
rc.d script for iscsid.
10 years ago
ajacoutot
e89bd4d1a0
egsum -> examplessum to make it more obvious.
req. by deraadt@
10 years ago
ajacoutot
e17286978f
Simplify checksum generation for sysmerge.
no objection from deraadt@
10 years ago
ajacoutot
1a81db2985
cksum -> sha256
That means sysmerge(8) may be a little more interactive the next time you
run it.
10 years ago
ajacoutot
04b73346bd
Create the examples checksum for sysmerge at release time.
"move ahead" deraadt@
10 years ago
robert
602dc15331
replace the heavy shell magic in quirks to handle backward compat with simpler
methods
10 years ago
ajacoutot
1c302c3dfd
Shuffle more stuffs around, remove most commented blocks, just sort by
number and make the file easier on the eyes.
discussed with deraadt@
10 years ago
stsp
c70fe6e8c1
Fix netstart after autoconf6 change so 'rtsol' lines in hostname.if work again.
found by pelikan@; ok pelikan@ henning@
10 years ago
ajacoutot
d6d8504fd9
Sync with IANA.
"fine" claudio@ deraadt@
10 years ago
robert
e7fd0565a5
Make rc.conf a parsed configuration file and stop sourcing it as a shell
script.
From now on rc.conf has a fixed syntax (key=val) and it is not allowed
to add anything to it besides the supported syntax, it all going to be
ignored.
discussed with and help from deraadt@ and halex@
10 years ago
ajacoutot
bc2478c0da
Move things around (no change):
- some unofficial services became official
- move kerberos next to afs
10 years ago
deraadt
738edd58ee
move exports, ftpchroot, hosts.lpd, printcap, and remote to the examples
directory.
ok robert
10 years ago
schwarze
c1f16195d7
indent as suggested by deraadt, no functional change
ok sthen@ deraadt@
10 years ago
tedu
e1cedb0e9d
regen
10 years ago
tedu
7db39ae9cb
no bthub
10 years ago
tedu
f1658d7598
remove bluetooth bits
10 years ago
deraadt
a9bd671039
nsd.conf is not ready to be an example
10 years ago
deraadt
47fb1d250d
oops, nsd.conf cannot be an example... yet
10 years ago
deraadt
041fc50c89
Move more files into the examples directory...
10 years ago
halex
4b8a062fa4
Introducing a nifty _ignore function makes the file neater and easier
to maintain. The eval's must stay to make the aliases expand at run
time instead of at parse time.
ok krw@
10 years ago
giovanni
2c33ecba19
Add some services needed by comms/hylafax
10 years ago