Plus de cas particulier pour gefyon

darcs-hash:20041124154707-d1718-26b513b765b22c229c693a25eeaa700994abd652.gz
This commit is contained in:
bernat 2004-11-24 16:47:07 +01:00
parent cf7c27085e
commit 4213451668

View file

@ -403,14 +403,9 @@ chmod +x /tmp/cron.klogd
# Certaines bornes gardent les associations de ceux qui ne sont plus la
cat > /tmp/cron.disassoc <<EOF
#! /bin/sh
# Pour gefyon, on reboote
if [ "$nom" = "gefyon" ]; then
reboot
else
/usr/sbin/wl gmode 0
sleep 1
/usr/sbin/wl gmode 1
fi
exit 0
EOF
chmod +x /tmp/cron.disassoc