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

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-serv25548/dpkg

Modified Files:
	common config 
Log Message:
explicitly include /usr/sbin in path


Index: common
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/dpkg/common,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- common	24 Apr 2005 22:38:50 -0000	1.15
+++ common	24 Apr 2005 23:25:04 -0000	1.16
@@ -9,6 +9,8 @@
 # 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.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- config	24 Apr 2005 22:38:50 -0000	1.13
+++ config	24 Apr 2005 23:25:04 -0000	1.14
@@ -2,6 +2,8 @@
 ### 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