From 59ca017df4c9d0f7861693b4d2ec4b7dc8c98b1e Mon Sep 17 00:00:00 2001 From: Ivo Timmermans Date: Fri, 19 May 2000 00:09:20 +0000 Subject: [PATCH 1/1] Find networks in instead of . --- debian/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/postinst b/debian/postinst index 25cc4c05..84830b73 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,7 +1,7 @@ #! /bin/sh # postinst script for tinc # -# $Id: postinst,v 1.3 2000/05/18 23:18:54 zarq Exp $ +# $Id: postinst,v 1.4 2000/05/19 00:09:20 zarq Exp $ # # see: dh_installdeb(1) @@ -41,7 +41,7 @@ case "$1" in if [ ! -e $NETSFILE ] ; then echo "## This file contains all names of the networks to be started on system startup." > $NETSFILE - find -maxdepth 1 -mindepth 1 -type d -printf "%f\n" >> $NETSFILE + find $TCONF -maxdepth 1 -mindepth 1 -type d -printf "%f\n" >> $NETSFILE fi ;; -- 2.20.1