diff options
| author | Michael Neves | 2013-05-03 19:29:30 +0200 |
|---|---|---|
| committer | Michael Neves | 2013-05-03 19:29:30 +0200 |
| commit | 205c2c6a2e4b402d5b895f78f80cd32787876c19 (patch) | |
| tree | 941e3e46b90f4cab72eda3bad0654d511e5cd461 /remote/rootfs/rootfs-stage32 | |
| parent | Merge branch 'master' of git:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-205c2c6a2e4b402d5b895f78f80cd32787876c19.tar.gz tm-scripts-205c2c6a2e4b402d5b895f78f80cd32787876c19.tar.xz tm-scripts-205c2c6a2e4b402d5b895f78f80cd32787876c19.zip | |
rsyslog fix
Diffstat (limited to 'remote/rootfs/rootfs-stage32')
| -rwxr-xr-x | remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script b/remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script index 773a7370..d8ecddef 100755 --- a/remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script +++ b/remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script @@ -22,8 +22,6 @@ IP_CONF="/tmp/udhcpc_ip_config" export PATH=$PATH:/opt/openslx/sbin:/opt/openslx/bin -set >> /root/udhcpc_args - case $1 in bound|renew) @@ -45,6 +43,7 @@ case $1 in " else R="domain lp.ruf.uni-freiburg.de +search lp.ruf.uni-freiburg.de " fi count=1; |
