netstart (c6879c6c14eedbd060ba588a3129a6c60ebbe783) netstart (6aae3517ed2500fb963ba0a4264b4756088dd0f4)
1#!/bin/sh -
2#
3# Copyright (c) 1993 The FreeBSD Project
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:

--- 29 unchanged lines hidden (view full) ---

38
39/etc/rc.d/devd ${_start}
40/etc/rc.d/hostid ${_start}
41/etc/rc.d/hostname ${_start}
42/etc/rc.d/ipmon ${_start}
43/etc/rc.d/ipfilter ${_start}
44/etc/rc.d/ipnat ${_start}
45/etc/rc.d/ipfs ${_start}
1#!/bin/sh -
2#
3# Copyright (c) 1993 The FreeBSD Project
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:

--- 29 unchanged lines hidden (view full) ---

38
39/etc/rc.d/devd ${_start}
40/etc/rc.d/hostid ${_start}
41/etc/rc.d/hostname ${_start}
42/etc/rc.d/ipmon ${_start}
43/etc/rc.d/ipfilter ${_start}
44/etc/rc.d/ipnat ${_start}
45/etc/rc.d/ipfs ${_start}
46/etc/rc.d/sppp ${_start}
47/etc/rc.d/netif ${_start}
48/etc/rc.d/ipsec ${_start}
49/etc/rc.d/ppp ${_start}
50/etc/rc.d/ipfw ${_start}
51/etc/rc.d/routing ${_start}
52/etc/rc.d/route6d ${_start}
53/etc/rc.d/routed ${_start}
54/etc/rc.d/rtsold ${_start}
55/etc/rc.d/nisdomain ${_start}
56
57exit 0
46/etc/rc.d/netif ${_start}
47/etc/rc.d/ipsec ${_start}
48/etc/rc.d/ppp ${_start}
49/etc/rc.d/ipfw ${_start}
50/etc/rc.d/routing ${_start}
51/etc/rc.d/route6d ${_start}
52/etc/rc.d/routed ${_start}
53/etc/rc.d/rtsold ${_start}
54/etc/rc.d/nisdomain ${_start}
55
56exit 0