Changeset 4051 in genesis
- Timestamp:
- Mar 14, 2005, 2:09:23 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/config-node.sh
r4050 r4051 10 10 # 11 11 12 if [ -z ${QUIET} ]; then13 echo "Using..."14 echo "no proxy"15 echo "no dhclient"16 echo "config `hostname -s`"17 sleep 118 fi19 12 20 13 if [ -r /etc/defaults/rc.conf ]; then … … 32 25 HTTP_USER_AGENT=${HTTP_USER_AGENT:-curl.faked.fetch/0.0} 33 26 VERSION=1.00 27 28 if [ -z ${QUIET} ]; then 29 echo "Using..." 30 echo "no proxy" 31 echo "no dhclient" 32 echo "config `hostname -s`" 33 sleep 1 34 fi 35 34 36 echo "do we need a proxy ?" 35 37 echo
Note:
See TracChangeset
for help on using the changeset viewer.