Change rinse path to /usr/sbin/. (Closes: #511211)
This commit is contained in:
@@ -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
1
debian/changelog
vendored
@@ -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)
|
||||
|
||||
--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user