Masato Taruishi
taru****@users*****
2004年 10月 28日 (木) 16:17:40 JST
=================================================================== RCS file: projects/debconf/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- projects/debconf/Makefile.am 2004/10/28 05:31:14 1.3 +++ projects/debconf/Makefile.am 2004/10/28 07:17:39 1.4 @@ -10,7 +10,7 @@ #templatedir = $(sysconfdir)/ultrapossum/in.d #template_DATA = snmpd.conf.in -modulelocal_SCRIPTS = debconf.sh confarg dbdiff fetch apply reconfigure +modulelocal_SCRIPTS = debconf.sh confarg dbdiff fetch apply reconfigure fetchdiff do_reconfigure appsdir = @APPSDIR@ apps_DATA = debconf =================================================================== RCS file: projects/debconf/reconfigure,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- projects/debconf/reconfigure 2004/10/28 05:31:14 1.2 +++ projects/debconf/reconfigure 2004/10/28 07:17:39 1.3 @@ -29,6 +29,8 @@ dpkginfodir=/var/lib/dpkg/info +export DEBIAN_FRONTEND=noninteractive + for p in "$@" do =================================================================== RCS file: projects/debconf/update-debconf,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- projects/debconf/update-debconf 2004/10/06 12:50:13 1.2 +++ projects/debconf/update-debconf 2004/10/28 07:17:39 1.3 @@ -32,12 +32,22 @@ add_endmark "##" $id >> $tmp add_end_vaconf $DEBCONF_CONF $tmp $id progress "Configuring Debconf... done" + + $SHAREDIR/sshman keygen debconf/fetchdiff + $SHAREDIR/sshman keygen debconf/do_reconfigure + $SHAREDIR/sshman auth + } remove() { progress "Removing Debconf... " if test -f "$DEBCONF_CONF"; then strip_vaconf $DEBCONF_CONF $id; fi progress "Removing Debconf... done" + + $SHAREDIR/sshman remove debconf/fetchdiff + $SHAREDIR/sshman remove debconf/reconfigure + $SHAREDIR/sshman auth + } sanity() {