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

Re: hurd package needs to drop /sbin/fsck (was: Re: hurd 20040508-3 with the ext2fs patch)



On Tue, Sep 21, 2004 at 11:52:48AM +0200, Michael Banck wrote:
> Sort of. e2fsprogs now builds the /sbin/fsck wrapper itself, so it
> should not be build by the Hurd package anymore. A new hurd package
> should be uploaded to fix this.

/libexec/rc also needs updating as e2fsprog's /sbin/fsck does not grok
the command-line options rc throws at it:

@@ -19,7 +19,8 @@
        echo Automatic boot in progress...
        date

-       /sbin/fsck --preen --writable
+       # taken from Debian GNU/Linux's /etc/init.d/checkfs.sh
+       /sbin/fsck -C -R -A

        case $? in
        # Successful completion


Does that look right? (this patch is only for the Debian package, of
course)


Michael



Reply to: