Your IP : 216.73.216.170


Current Path : /proc/self/root/proc/8644/root/var/lib/dpkg/info/
Upload File :
Current File : //proc/self/root/proc/8644/root/var/lib/dpkg/info/ifupdown.preinst

#!/bin/sh
set -e

if [ ! -d /etc/network ]; then
  mkdir -p /etc/network
fi

if [ -f /etc/network/interfaces ] && ! grep -q '^[^#]' /etc/network/interfaces
then
  f=/etc/network/interfaces
  if [ `md5sum < $f | cut -f1 -d ' '` = "4ed352919f69a77ad302ad1593204405" ]; then
    if [ `wc -c < /etc/network/interfaces` -eq 2466 ]; then
      echo -n "Removing old dummy /etc/network/interfaces: "
      rm /etc/network/interfaces
      echo "done."
    fi
  fi
fi

if [ ! -f /etc/network/interfaces ]; then
  cat <<EOF >/etc/network/interfaces
# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.
EOF
fi




Warning: Unknown: open(/var/www/iplanru/data/bin-tmp/sess_4d1f84002f6fb15dd86f3183a48d62f7, O_RDWR) failed: No space left on device (28) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/www/iplanru/data/bin-tmp) in Unknown on line 0