mrg
277b52f964
use swapctl instead of swapon
1997-06-12 15:18:58 +00:00
jonathan
7945d5eccd
Move sample configuration files for ultrix, sv4 compatiblity from
...
src/etc/etc.<emul>/ to src/share/emul/<emul>/etc/
1997-06-08 23:31:13 +00:00
jonathan
10efce06ab
Sample /emul/ultrix/etc/svc.conf file for Ultrix compatiblity.
1997-06-08 09:10:21 +00:00
leo
6360466b8b
Add ipfileter stuff.
1997-06-02 20:46:26 +00:00
thorpej
830bea2938
Add ipl, ipnat, and ipstate devices at the appropriate minors of
...
cdev major 7.
1997-06-01 09:23:57 +00:00
thorpej
4baed972cd
Add ipl, ipnat, and ipstate devices at the appropriate minors of
...
cdev major 91.
1997-06-01 09:12:02 +00:00
oki
6806df2da7
Add ipl device
1997-06-01 01:23:36 +00:00
thorpej
7f29bb4668
Add ipnat and ipstate at the appropriate minor numbers off the ipfilter
...
device.
1997-05-31 23:52:55 +00:00
cjs
7a66732d34
Back out BUILDDIR and NOINSTALL changes.
1997-05-31 21:21:13 +00:00
mikel
d351214af2
bug fix and improvements, mostly from Enami Tsugutomo in PR misc/3681.
1997-05-30 05:18:59 +00:00
perry
b19dbed52b
update to version of May 19, 1997
1997-05-29 01:52:25 +00:00
leo
7b5d0624c9
Add device for new serial port.
1997-05-27 07:05:50 +00:00
cjs
5fd7ce7066
These updates to the build allow building against include files
...
and libs in the object tree, if you use a separate object tree,
while maintaining backward compatability with other build methods.
See the notes in src/share/mk/bsd.README for full details. Note
that the `make includes' target now only installs the include files
in the build directory (if you use one--otherwise they go in DESTDIR
just like before); `make install' will install include files in
DESTDIR.
1997-05-26 03:55:19 +00:00
kleink
7f69979797
Create /dev/ttyaN device nodes for Frodo-based APCIs.
1997-05-23 11:20:27 +00:00
cjs
4112a161ec
Back out last commit; bug was fixed in 1.37, but differently.
1997-05-22 21:41:09 +00:00
cjs
ab82fdc6b5
The interface setup loop was adding every interface in `ifconfig -l`
...
to $configured_interfaces because it never checked to see if if it
actually configured that interface. For this reason it was setting
$configured_lo0 as well, so that never got configured, causing all
sorts of problems.
1997-05-22 21:29:49 +00:00
jeremy
7c78d92d27
Forgot 'cat' directories.
1997-05-21 22:50:12 +00:00
jeremy
768be5bb21
Added architecture dependent subdirectories to man9.
1997-05-21 22:46:08 +00:00
lukem
c7acdd0732
Change interface config test so that the loop is always continued
...
if the interface wasn't configured, so that $configured_lo0 and
$configured_interfaces won't get incorrectly set if $net_interfaces ==
DEFAULT. From enami tsugutomo <enami@ba2.so-net.or.jp> in [misc/3635]
1997-05-17 14:12:24 +00:00
lukem
1b063db228
wrap $configured_lo0 in quotes, so that it doesn't barf if it's not set.
...
noticed by Thorsten Frueauf <frueauf@ira.uka.de> in [misc/3620]
1997-05-15 02:09:27 +00:00
lukem
c20c8f0d8d
fix up minor typos in comments
1997-05-12 23:40:50 +00:00
lukem
54e2fe6d7e
provide empty settings for $hostname, $domainname and $defaultroute,
...
with comments indicating alternation locations for info
1997-05-12 11:33:31 +00:00
lukem
1775d86183
* add support for $hostname, $domainname, $defaultroute and $ifaliases_XXX
...
* only configure lo0 if not configured by the "configure interface" loop
1997-05-12 11:26:10 +00:00
mikel
1e90223347
ntpdate is not a daemon, and add comment for kerberos_server
1997-05-12 05:00:13 +00:00
cjs
0dd1ac7fc9
Make xntpd put its pid in /var/run/xntpd.pid.
1997-05-11 05:08:16 +00:00
gwr
538bd898e9
add /dev/leds
1997-05-06 18:42:27 +00:00
scottr
bf904a4665
Spawn a separate shell for netstart, making sure to check the return value
...
and exit with error if appropriate.
1997-04-29 04:58:38 +00:00
scottr
a35572dc38
Source rc.conf to pick up network-related configuration variables.
1997-04-29 04:55:05 +00:00
perry
36b2c99667
Add support for an ntpdate_hosts variable.
...
settings:
NO: don't run ntpdate on boot
DEFAULT:extract a list of hosts from /etc/ntp.conf
otherwise, a list of hosts to poll with ntpdate
1997-04-27 23:17:56 +00:00
mikel
93d6d76d2b
/usr/games/hide is owned by games.games, /usr/src has mode 755,
...
/var/at is owned by root.wheel.
1997-04-25 06:58:52 +00:00
mikel
6b7ae36087
/dev/fd should be owned by root.wheel, mode 755 (like /dev)
...
add 'ignore' tag for /usr/src
tabify, always give uname before gname, octal modes have leading 0
1997-04-25 06:57:23 +00:00
mellon
cd9ae1f9a8
Document dc flag and use it for hardwired lines.
1997-04-24 00:35:47 +00:00
perry
889bcd37bc
make motd update conditional on an rc.conf variable (update_motd), and
...
move it before interactive logins are possible (just in case).
1997-04-23 01:24:22 +00:00
mycroft
d8dcc6580c
Don't list directories with the setuid bit set or FIFOs.
1997-04-21 17:38:39 +00:00
mycroft
df1a64b9f5
Minor cleanup.
1997-04-21 11:19:57 +00:00
mycroft
4a0848acd9
When doing security checks in user home directory, sort by home directory, to
...
optimize lookups a little.
Also, add some more files to the naughty lists.
1997-04-21 11:14:41 +00:00
perry
8c70b4d638
move last items from rc.local to rc; rc.local is now actually for local stuff.
1997-04-19 03:10:57 +00:00
mikel
cae2f3b253
make /etc/aliases check a bit more discriminating: the line must be
...
uncommented, and it must contain a '|' character (forwarding to program).
1997-04-17 07:42:07 +00:00
pk
c8f5ee730d
Add sound & mixer device nodes (Jesper Nilsson; PR#3342)
1997-04-16 23:19:25 +00:00
mrg
046720d7d4
disable decode: alias.
1997-04-16 01:36:15 +00:00
cjs
c19956dcd1
Update for recent changes to ftpd(8).
1997-04-06 07:53:20 +00:00
leo
96ba57bbba
Also generate the wd device nodes.
1997-04-04 21:00:53 +00:00
kleink
47f9ae0ae6
mountd was moved to /usr/sbin ; pointed out by Thorsten Frueauf.
1997-04-03 11:00:16 +00:00
perry
3deb2910ff
Add /var/log/authlog and /var/log/xferlog.
...
The permissions and especially ownerships of all the /var/log files
should be re-examined -- bin:bin really isn't right for these files.
1997-04-02 05:23:49 +00:00
cjs
1470f854b3
Move network interface config after programs run on boot-up, to match
...
the order this actually happens in at boot time.
1997-04-02 01:59:04 +00:00
perry
680e326705
Change the way interfaces are configured on startup.
...
We no longer do /etc/hostname.* files, we do /etc/ifconfig.* files
instead, which contain lines each of which is fed to
ifconfig in turn. A new variable, net_interfaces, controls which
interfaces get brought up, by default, ifconfig -l is used to find a list.
1997-04-01 19:36:17 +00:00
mycroft
6f6e264129
Use a shell loop to build fd/*, rather than an awk script.
1997-03-31 21:28:24 +00:00
mycroft
736a7ada1e
Unroll the pty creation loop.
1997-03-31 21:23:34 +00:00
veego
640697a2be
Flush old filter rules and enable ipf again after the fix for
...
src/sys/netinet/ip_fil.c revision1.7
1997-03-30 19:08:14 +00:00
mikel
a38935b7bf
/etc/netstart doesn't need to be executable.
...
use four digits for all of the modes.
1997-03-26 07:41:55 +00:00