1
0
mirror of synced 2026-05-04 23:35:26 +00:00

Change rinse path to /usr/sbin/. (Closes: #511211)

This commit is contained in:
Axel Beckert
2010-01-26 02:41:02 +01:00
parent bc54d27f97
commit da302cdd1d
2 changed files with 2 additions and 1 deletions

View File

@@ -139,7 +139,7 @@ my %dispatch = (
needURL => 1,
},
"rinse" => { sub => \&do_rinse,
needBinary => "/usr/bin/rinse",
needBinary => "/usr/sbin/rinse",
},
"rpmstrap" => { sub => \&do_rpmstrap,
needBinary => "/usr/bin/rpmstrap",

1
debian/changelog vendored
View File

@@ -8,6 +8,7 @@ xen-tools (4.2-1) UNRELEASED; urgency=low
* Set umask to 0077 before creating disk images (Closes: #548909)
* Make sure, MAKEDEV is found in either /dev/ or /sbin/ (Closes:
#502798, #515228)
* Change rinse path to /usr/sbin/. (Closes: #511211)
--