Re: [PATCH] umount: add a umount utility

2013-08-29 Thread David Michael
Hi, On Thu, Aug 15, 2013 at 2:23 AM, Justus Winter 4win...@informatik.uni-hamburg.de wrote: +#include blkid/blkid.h Does umount.c use anything in blkid.h? It seems to build with that line removed. I didn't have libblkid's development files installed when I first tried building umount, causing

Re: [PATCH] umount: add a umount utility

2013-08-29 Thread Samuel Thibault
David Michael, le Thu 29 Aug 2013 15:04:34 -0400, a écrit : On Thu, Aug 15, 2013 at 2:23 AM, Justus Winter 4win...@informatik.uni-hamburg.de wrote: +#include blkid/blkid.h Does umount.c use anything in blkid.h? No, this is a leftover I guess. Thanks, Samuel

Re: [PATCH] umount: add a umount utility

2013-08-29 Thread Justus Winter
Quoting Samuel Thibault (2013-08-29 21:10:17) David Michael, le Thu 29 Aug 2013 15:04:34 -0400, a écrit : On Thu, Aug 15, 2013 at 2:23 AM, Justus Winter 4win...@informatik.uni-hamburg.de wrote: +#include blkid/blkid.h Does umount.c use anything in blkid.h? No, this is a leftover I

Re: [PATCH] umount: add a umount utility

2013-08-28 Thread Samuel Thibault
Justus Winter, le Thu 15 Aug 2013 08:23:17 +0200, a écrit : This adds a umount utility that implements most of the functions that the Linux umount utility provides, especially that subset that is used by the Debian package initscripts. Replaced the previous patch with this one, thanks. Samuel

[PATCH] umount: add a umount utility

2013-08-15 Thread Justus Winter
This adds a umount utility that implements most of the functions that the Linux umount utility provides, especially that subset that is used by the Debian package initscripts. * utils/umount.c: New file. --- utils/Makefile | 10 +- utils/umount.c | 358