From 4b937e6894f40637b34269ee17024de2795bbaa0 Mon Sep 17 00:00:00 2001 From: joey <> Date: Tue, 25 Jan 2005 08:50:49 +0000 Subject: [PATCH] Set and expor the path including /usr/sbin so that the chroot binary can be found. Args. --- debian/changelog | 6 ++++++ ud-replicate | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index ca3db94..4ff025b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +userdir-ldap (0.3.9) unstable; urgency=low + + * Added an explicit PATH statement to ud-replicate + + -- Martin Schulze Tue, 25 Jan 2005 10:50:54 +0100 + userdir-ldap (0.3.8) stable; urgency=low * ud-replicate: diff --git a/ud-replicate b/ud-replicate index fc81a45..16b7608 100755 --- a/ud-replicate +++ b/ud-replicate @@ -28,6 +28,8 @@ else verbose=-v fi +PATH=/sbin:/usr/sbin:/bin:/usr/bin +export PATH HOST=`hostname -f` cd /tmp/ cd /var/lib/misc || cd /var/state/glibc/ || cd /var/db/ -- 2.20.1