Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2002 03:31:33 -0700 (PDT)
From:      Jens Schweikhardt <schweikh@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc/rc.d accounting addswap amd apmd archdep atm2.sh bootconf.sh cleanvar cleartmp devdb diskless fsck initdiskless ip6fw ipfilter ipfw ipmon ipnat isdnd mountcritremote mountd named network1 network3 network_ipv6 nfsclient nfsd ...
Message-ID:  <200210121031.g9CAVXD9044581@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

schweikh    2002/10/12 03:31:33 PDT

  Modified files:
    etc/rc.d             accounting addswap amd apmd archdep 
                         atm2.sh bootconf.sh cleanvar cleartmp 
                         devdb diskless fsck initdiskless ip6fw 
                         ipfilter ipfw ipmon ipnat isdnd 
                         mountcritremote mountd named network1 
                         network3 network_ipv6 nfsclient nfsd 
                         nfsserver ntpd ntpdate pccard pcvt 
                         ppp-user quota random root rtadvd 
                         sendmail serial wscons ypserv ypset 
                         ypupdated ypxfrd 
  Log:
  Fix style bugs:
  * Space -> tabs conversion.
  * Removed blanks before semicolon in "if ... ; then".
  * Proper indentation of misindented lines.
  * Put a full stop after some comments.
  * Removed whitespace at end of line.
  
  Approved by:    silence from gordon
  
  Revision  Changes    Path
  1.4       +1 -1      src/etc/rc.d/accounting
  1.2       +1 -1      src/etc/rc.d/addswap
  1.9       +3 -3      src/etc/rc.d/amd
  1.5       +4 -4      src/etc/rc.d/apmd
  1.2       +4 -4      src/etc/rc.d/archdep
  1.11      +1 -1      src/etc/rc.d/atm2.sh
  1.4       +3 -3      src/etc/rc.d/bootconf.sh
  1.2       +1 -1      src/etc/rc.d/cleanvar
  1.4       +1 -1      src/etc/rc.d/cleartmp
  1.2       +3 -3      src/etc/rc.d/devdb
  1.23      +3 -3      src/etc/rc.d/diskless
  1.4       +1 -1      src/etc/rc.d/fsck
  1.21      +13 -13    src/etc/rc.d/initdiskless
  1.2       +1 -1      src/etc/rc.d/ip6fw
  1.4       +3 -3      src/etc/rc.d/ipfilter
  1.2       +4 -4      src/etc/rc.d/ipfw
  1.4       +4 -4      src/etc/rc.d/ipmon
  1.4       +2 -2      src/etc/rc.d/ipnat
  1.12      +1 -1      src/etc/rc.d/isdnd
  1.4       +3 -3      src/etc/rc.d/mountcritremote
  1.9       +3 -3      src/etc/rc.d/mountd
  1.5       +11 -11    src/etc/rc.d/named
  1.142     +39 -39    src/etc/rc.d/network1
  1.136     +3 -3      src/etc/rc.d/network3
  1.32      +11 -11    src/etc/rc.d/network_ipv6
  1.3       +2 -2      src/etc/rc.d/nfsclient
  1.8       +1 -1      src/etc/rc.d/nfsd
  1.2       +2 -2      src/etc/rc.d/nfsserver
  1.5       +1 -1      src/etc/rc.d/ntpd
  1.4       +2 -2      src/etc/rc.d/ntpdate
  1.27      +2 -2      src/etc/rc.d/pccard
  1.3       +3 -4      src/etc/rc.d/pcvt
  1.2       +3 -3      src/etc/rc.d/ppp-user
  1.3       +1 -1      src/etc/rc.d/quota
  1.2       +2 -2      src/etc/rc.d/random
  1.4       +1 -1      src/etc/rc.d/root
  1.4       +14 -14    src/etc/rc.d/rtadvd
  1.7       +1 -1      src/etc/rc.d/sendmail
  1.18      +1 -1      src/etc/rc.d/serial
  1.4       +9 -9      src/etc/rc.d/wscons
  1.5       +2 -2      src/etc/rc.d/ypserv
  1.3       +5 -5      src/etc/rc.d/ypset
  1.3       +5 -5      src/etc/rc.d/ypupdated
  1.3       +5 -5      src/etc/rc.d/ypxfrd

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210121031.g9CAVXD9044581>