Import Debian changes 1.0.4-3
tinc (1.0.4-3) unstable; urgency=low * Depend on debconf | debconf-2.0. * Include vietnamese debconf translation. Closes: #322305 * Include japanese debconf translation. Closes: #319591
This commit is contained in:
parent
458d509a4f
commit
23459e1237
5 changed files with 110 additions and 9 deletions
8
debian/postinst
vendored
8
debian/postinst
vendored
|
|
@ -51,12 +51,12 @@ fi
|
|||
|
||||
case "$1" in
|
||||
configure)
|
||||
if [ ! -e /dev/.devfsd -a ! -e /dev/.devfs ] ; then
|
||||
if [ ! -e /dev/net/tun -a ! -e /dev/tun ] ; then
|
||||
if [ ! -e /dev/.devfsd ] ; then if [ ! -e /dev/.devfs ] ; then
|
||||
if [ ! -e /dev/net/tun ] ; then if [ ! -e /dev/tun ] ; then
|
||||
echo "Creating tun device..."
|
||||
cd /dev && ./MAKEDEV net/tun 2>/dev/null || ./MAKEDEV tun 2>/dev/null || echo "Failed to create tun device."
|
||||
fi
|
||||
fi
|
||||
fi; fi
|
||||
fi; fi
|
||||
|
||||
if [ ! -e $NETSFILE ] ; then
|
||||
echo "## This file contains all names of the networks to be started on system startup." > $NETSFILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue