deraadt
854a626186
Make /var/tmp a symbolic link to /tmp. The creation of /var/tmp in the
often space-constrained /var filesystem was a historical mistake. There
are big implications for the daemons which assume they won't run out of
space, and this is a first step towards trying to improve the situation.
Move /tmp to the same 7-day expiration rules that /var/tmp had.
vi.recover works just as well as before, except on memory filesystems;
indicating that vi should be repaired to write files into homedirs or
something.
done with rpe
ok many
10 years ago
ajacoutot
0e91bfff1b
"reload" should fail if the service is not running in the first place.
ok robert@ sthen@
10 years ago
sthen
531b70740b
add svn, fix sort-order of iscsi. ok ajacoutot@ dcoppa@ phessler@
10 years ago
millert
2f61038186
When clearing /tmp, use "-maxdepth -1" instead of "-type d -prune".
This is easier to understand and fixes a bug where the "-type d -prune"
was misplaced as noticed by pirofti@. OK deraadt@
10 years ago
lteo
10d3ae4825
Remove SSLv2 and SSLv3 references from the example relayd.conf and the
relevant example snippet in the relayd.conf(5) man page.
Change the default SSL protocols in the example file/man page to
"no tlsv1.0" (suggested by sthen@), which will enable the TLSv1.1
and TLSv1.2 protocols only.
feedback/ok jsing@ reyk@ sthen@
10 years ago
ajacoutot
256cc932f8
Drop the _lkm group.
ok dcoppa@ deraadt@
10 years ago
tedu
e23b2ece8b
regen
10 years ago
tedu
dfe12b7dbe
delete all the cry devices too. missed by mikeb previously.
10 years ago
tedu
e594303318
remove lkm
10 years ago
tedu
36911f469e
no lkm
10 years ago
deraadt
19659b1acc
sort RCDAEMONS
10 years ago
mpi
5565cd01a7
No longer check for slip.{host,login}; pointed by dcoppa@
10 years ago
mpi
0c46d2765f
sliphome et sliplogin(8) are gone.
10 years ago
claudio
2a29db5717
Revert 1.142. Without the down netstart will just print the ifconfig
output because it may end up just calling 'ifconfig $if'. This needs
to be done better and properly tested.
10 years ago
halex
e519a04c4b
remove explicit 'down' of an interface before starting a dhcp request, thereby
avoiding annoying delays for some switch configurations
ok claudio@ deraadt@
i would add ok phessler@, but it was not valid without an ok krw@
10 years ago
rpe
4d38c432c9
Get rid of intermediate file handling during sumfile creation
by first changing to $DESTDIR and then simply piping to xargs.
OK deraadt@
10 years ago
ajacoutot
02ad540a91
Drop smmsp group and alias.
ok matthieu@ miod@
10 years ago
ajacoutot
7c7337bc31
Remove sendmail queue directories.
ok matthieu@
10 years ago
ajacoutot
e1ba88cae4
With sendmail(8) gone, there is not much point in keeping /etc/mail/Makefile.
There is one table in the default configuration which is 'aliases' and
the db can be created using newaliases(8).
"go for it" guenther@
ok sthen@ matthieu@ gilles@
10 years ago
ajacoutot
83e7c629b9
More sendmail removal.
ok matthieu@
10 years ago
matthieu
0059b4fd65
Remove sendmail specific files.
10 years ago
matthieu
76852e9bcd
Remove sendmail tentacles. ok krw@ ajacoutot@
10 years ago
rpe
19507eb6b6
Ensure proper group ID for chio.conf example.
Noted by and OK ajacoutot@
Positive feedback halex@
10 years ago
ajacoutot
cb402f72e9
Remove /etc/{hosts,myname} from etc.tgz.
Make the installer create the /etc/hosts template. While here, re-add a
missing 'echo' from install.sh.
ok miod@ krw@ halex@
10 years ago
matthieu
98f80f4060
No more /etc/rndc.key. ok sthen@
10 years ago
ajacoutot
812d1f29af
Make it possible to pass a specific error code to _rc_err().
ok robert@ schwarze@
10 years ago
ajacoutot
6c7d1d5a29
Move dhclient.conf(5) to examples.
no objections from todd@ millert@ rpe@
10 years ago
florian
4bbd9b7236
Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces
with autoconf enabled.
If one is doing SLAAC one does already trust link local icmp6 so the
policy for icmp6 redirects should be the same.
pointed out by & OK bluhm@; OK henning@
10 years ago
naddy
3092c08600
Add httpd default log files to the rotation.
ok reyk@ (who suggested these lines a while ago)
10 years ago
rpe
479bf4f73e
Create etc set during 'make build' and embed it in base set to make
it available during a regular install or upgrade so that it doesn't
need to be independently fetched.
Idea, directions and OK deraadt@
Feedback and Ok halex@ and aja@
10 years ago
robert
61c4b96090
usr.sbin
10 years ago
matthieu
01547c0bbf
No more /etc/X11/fs
10 years ago
reyk
80c77acf9d
Add a generic system-wide /usr/share/misc/mime.types file that can be
included in httpd.conf. httpd(8) now supports both mime.types
flavours with or without semicolon at the end of the line (nginx- or
apache-style).
Discussed with many, with input from halex@
OK halex@
10 years ago
halex
cb1bef6d29
snmpd cannot reload
ok reyk@
10 years ago
ajacoutot
319900ebf3
Put _rc_err argument under quotes to respect the syntax we are passing.
10 years ago
ajacoutot
17144f935b
Fix reversed logic.
ok schwarze@
10 years ago
ajacoutot
4c9f4fe262
Drop uneeded parenthesis in usage().
ok schwarze@
10 years ago
ajacoutot
d47492b8a8
Drop unused variables.
10 years ago
ajacoutot
c7aa843432
In debug mode, make it clear when we are using the default flags when
none are set.
initial patch from me but reworked by schwarze@
ok schwarze@
10 years ago
ajacoutot
f2e3ccb3b3
In debug mode (`-d'), only print the flags relevant to the rc.d(8) we are
calling instead of all flags which makes it very difficult to see the
information we actually need.
ok schwarze@ robert@
10 years ago
deraadt
eb0d2e879c
Shrink this to the minimum, but reference /etc/examples/pf.conf
(someone should really sit down and flesh out the examples)
10 years ago
deraadt
b0315aca81
disable use of bind in base; in the base use nsd/unbound instead.
a proper & complete bind port will show up.
discussed with many for years
10 years ago
jsg
8183dcbb7a
Set the default nfsd flags to "-tun 4". Matches the comment
in rc.conf and the behaviour of the backwards compatibility
code in rc.subr for nfs_server=YES.
ok ajacoutot@
10 years ago
ajacoutot
8c90873b57
Drop sanitation, _rc_parse_conf does this for us already.
ok schwarze@
10 years ago
mikeb
3582d193e0
Remove userland bits related to the crypto(4) interface; ok deraadt
10 years ago
ajacoutot
cb1f54ae62
Execute /etc/netstart using sh(1) instead of sourcing it.
Committing early to make sure we have time to fix any side-effect.
ok deraadt@
10 years ago
ajacoutot
c6a40b7e7e
When running interactively, display the output of the "check" action
(ok or failed) like we do with all other actions.
ok jung@ rpe@
10 years ago
matthieu
975904f622
Add /usr/X11R6/share/X11/app-defaults
10 years ago
ajacoutot
753cf82d49
Typo.
ok kili@
10 years ago
kili
7d486d6dd1
Let _rc_parse_conf stick to parsing /etc/rc.conf and /etc/rc.conf.local
if it's invoked without parameters. It's simpler than adding adding
/etc/rc.conf and /etc/rc.conf.local parameters whereever _rc_parse_conf
is used (e.g. /etc/rc and /etc/netstart).
While here, replace a
for foo in "$@"; do something; done
by
for foo; do something; done
ok aja@
10 years ago