Masato Taruishi
taru****@sourc*****
2004年 7月 3日 (土) 13:06:12 JST
=================================================================== RCS file: demo/uml/debian/ultrapossum-uml.postinst,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- demo/uml/debian/ultrapossum-uml.postinst 2004/06/30 01:25:58 1.2 +++ demo/uml/debian/ultrapossum-uml.postinst 2004/07/03 04:06:12 1.3 @@ -23,10 +23,15 @@ # installation fails and the `postinst' is called with `abort-upgrade', # `abort-remove' or `abort-deconfigure'. +. /usr/share/debconf/confmodule + case "$1" in configure) eval `ultrapossum-config init` trap "eval `ultrapossum-config term`" 0 + db_get ultrapossum-uml/uml_hosts + UML_HOSTS="` echo $RET | tr , ' '`" + ultrapossum-config set uml UML_HOSTS="$UML_HOSTS" /usr/share/ultrapossum/update.d/update-uml configure for h in $UML_HOSTS do