[Dbconfig-common-devel] dbconfig-common/dpkg common,1.16,1.17 config,1.14,1.15

seanius@haydn.debian.org seanius@haydn.debian.org


Update of /cvsroot/dbconfig-common/dbconfig-common/dpkg
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv23103/dpkg

Modified Files:
	common config 
Log Message:
fix for exit value


Index: common
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/dpkg/common,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- common	24 Apr 2005 23:25:04 -0000	1.16
+++ common	25 Apr 2005 02:43:26 -0000	1.17
@@ -9,8 +9,6 @@
 # get some internal helper functions, like _dbc_sanity_check
 . /usr/share/dbconfig-common/internal/common
 
-PATH=$PATH:/usr/sbin
-
 dbc_config(){
 	###
 	### some global variables

Index: config
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/dpkg/config,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- config	24 Apr 2005 23:25:04 -0000	1.14
+++ config	25 Apr 2005 02:43:26 -0000	1.15
@@ -2,8 +2,6 @@
 ### config hook
 ###
 
-PATH=$PATH:/usr/sbin
-
 dbc_go(){
 	local db happy default_dbtype host newhost port oldhosts authmethod_user authmethod_admin do_config need_adminpw need_userpw f _preconf_list _s _t STATE
 	. /usr/share/dbconfig-common/dpkg/common