summaryrefslogtreecommitdiff
path: root/scripts/rl-system.init
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2011-05-12 18:55:41 -0500
committerJohn Southworth <john.southworth@vyatta.com>2011-05-12 18:55:41 -0500
commit514125a2246ee477809a325a7661be08a15c8482 (patch)
tree304dace26fd27f14cc8f25347b2cab2cf95fdd8e /scripts/rl-system.init
parent81731da16519e452ab2d4eb913ee01e5468a1905 (diff)
parent0a59c2f58a44f1caf4304429ace5d2d76d8867b8 (diff)
downloadvyatta-cfg-system-514125a2246ee477809a325a7661be08a15c8482.tar.gz
vyatta-cfg-system-514125a2246ee477809a325a7661be08a15c8482.zip
Merge branch 'napa' of git.vyatta.com:/git/vyatta-cfg-system into napa
Diffstat (limited to 'scripts/rl-system.init')
-rwxr-xr-xscripts/rl-system.init9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/rl-system.init b/scripts/rl-system.init
index 115bbc7d..d6f974f7 100755
--- a/scripts/rl-system.init
+++ b/scripts/rl-system.init
@@ -27,7 +27,6 @@ source /etc/default/vyatta
: ${vyatta_bindir:=${vyatta_prefix}/bin}
: ${vyatta_sbindir:=${vyatta_prefix}/sbin}
: ${vyatta_sysconfdir:=${vyatta_prefix}/etc}
-: ${hostname:=`hostname -s`}
[[ $PATH == *${vyatta_bindir}* ]] || PATH+=:${vyatta_bindir}
[[ $PATH == *${vyatta_sbindir}* ]] || PATH+=:${vyatta_sbindir}
@@ -40,14 +39,6 @@ export DEBIAN_FRONTEND=noninteractive
## BOOTFILE is provided by ofr.init
: ${BOOTFILE:=$prefix/etc/config/config.boot}
-if [ -z "$LOGFILE" ] ; then
- if touch /var/log/messages &> /dev/null ; then
- LOGFILE=/var/log/messages
- else
- LOGFILE=/dev/null
- fi
-fi
-
syslog ()
{
logger -p user.warning -t "$progname" "$*"