Deleted Added
full compact
netoptions (54458) netoptions (54739)
1#!/bin/sh -
2#
1#!/bin/sh -
2#
3# $FreeBSD: head/etc/rc.d/netoptions 54458 1999-12-12 01:58:30Z obrien $
3# $FreeBSD: head/etc/rc.d/netoptions 54739 1999-12-17 13:36:40Z roberto $
4# From: @(#)netstart 5.9 (Berkeley) 3/30/91
5
6# Note that almost all of the user-configurable behavior is no longer in
7# this file, but rather in /etc/defaults/rc.conf. Please check that file
8# first before contemplating any changes here. If you do need to change
9# this file for some reason, we would like to know about it.
10
11# First pass startup stuff.

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

386 [Yy][Ee][Ss])
387 echo -n ' ntpdate'
388 ${ntpdate_program:-ntpdate} ${ntpdate_flags} >/dev/null 2>&1
389 ;;
390 esac
391
392 case ${xntpd_enable} in
393 [Yy][Ee][Ss])
4# From: @(#)netstart 5.9 (Berkeley) 3/30/91
5
6# Note that almost all of the user-configurable behavior is no longer in
7# this file, but rather in /etc/defaults/rc.conf. Please check that file
8# first before contemplating any changes here. If you do need to change
9# this file for some reason, we would like to know about it.
10
11# First pass startup stuff.

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

386 [Yy][Ee][Ss])
387 echo -n ' ntpdate'
388 ${ntpdate_program:-ntpdate} ${ntpdate_flags} >/dev/null 2>&1
389 ;;
390 esac
391
392 case ${xntpd_enable} in
393 [Yy][Ee][Ss])
394 echo -n ' xntpd'; ${xntpd_program:-xntpd} ${xntpd_flags}
394 echo -n ' ntpd'; ${xntpd_program:-ntpd} ${xntpd_flags}
395 ;;
396 esac
397
398 case ${timed_enable} in
399 [Yy][Ee][Ss])
400 echo -n ' timed'; timed ${timed_flags}
401 ;;
402 esac

--- 215 unchanged lines hidden ---
395 ;;
396 esac
397
398 case ${timed_enable} in
399 [Yy][Ee][Ss])
400 echo -n ' timed'; timed ${timed_flags}
401 ;;
402 esac

--- 215 unchanged lines hidden ---