[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Make dpkg-hurd a bit more verbose



Hello!

The attached patch makes dpkg-hurd complain about missing lost+found
directory. It can easily be erased while moving all that stuff.

Pavel Roskin
--- dpkg-hurd.v0	Mon Apr 12 21:30:36 1999
+++ dpkg-hurd	Thu Apr 15 12:53:38 1999
@@ -56,7 +56,7 @@
 [ -d ./${vld} ] || \
   err "cd is \`$PWD', must be run from a dpkg root directory"
 [ -d ./lost+found ] || \
-  err "cd is \`$PWD', must be run from a partition root filesystem directory"
+  err "cd is \`$PWD', must be run from a partition root filesystem directory where lost+found resides"
 #[ -L ./usr -a ./ -ef usr/ ] \
 #  || err "cd is \`$PWD', must be run from a hurd root filesystem directory"
 

Reply to: