projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9a86ec
)
Create an empty /etc/tinc/nets.boot.
author
Ivo Timmermans
<ivo@lychnis.net>
Sun, 21 May 2000 23:01:28 +0000
(23:01 +0000)
committer
Ivo Timmermans
<ivo@lychnis.net>
Sun, 21 May 2000 23:01:28 +0000
(23:01 +0000)
debian/postinst
patch
|
blob
|
history
diff --git
a/debian/postinst
b/debian/postinst
index 4ecb118316626b89c4c258acb98ee631daad063e..1debdae0350f1f2cab065d0d57ab8ec2f7394e23 100644
(file)
--- a/
debian/postinst
+++ b/
debian/postinst
@@
-1,7
+1,7
@@
#! /bin/sh
# postinst script for tinc
#
-# $Id: postinst,v 1.
5 2000/05/19 00:58:01
zarq Exp $
+# $Id: postinst,v 1.
6 2000/05/21 23:01:28
zarq Exp $
#
# see: dh_installdeb(1)
@@
-41,7
+41,6
@@
case "$1" in
if [ ! -e $NETSFILE ] ; then
echo "## This file contains all names of the networks to be started on system startup." > $NETSFILE
- find $TCONF -maxdepth 1 -mindepth 1 -type d -printf "%f\n" >> $NETSFILE
fi
;;