diff options
author | Michael Banck <mbanck@debian.org> | 2004-09-22 23:32:47 +0000 |
---|---|---|
committer | Michael Banck <mbanck@debian.org> | 2004-09-22 23:32:47 +0000 |
commit | 4b2d166263970ea27c13d436a195f7889de9261f (patch) | |
tree | 3c2e305692f6151d1feee3ee5f7c0aa21325c363 | |
parent | e2c0607d4d4cbb03f240e8e14224f9464a4eb3b5 (diff) |
* debian/patches/rc.patch: Updated to use e2fsprog's /sbin/fsck
command-line options.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/patches/rc.patch | 18 |
2 files changed, 16 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 4203e119..d31103c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ hurd (20040508-4) UNRELEASED; urgency=low [ Michael Banck ] * debian/changelog: Added back 20040301-1 entry which got lost. * debian/hurd.install: Do not install /sbin/fsck. (Closes: #272655) + * debian/patches/rc.patch: Updated to use e2fsprog's /sbin/fsck + command-line options. [ Guillem Jover ] * debian/hurd.postinst: Move /bin/login suid root chmod to debian/rules. diff --git a/debian/patches/rc.patch b/debian/patches/rc.patch index ba1fd3b4..a0fced46 100644 --- a/debian/patches/rc.patch +++ b/debian/patches/rc.patch @@ -1,6 +1,16 @@ ---- hurd/daemons/rc.sh.orig 2004-07-09 21:48:42.000000000 +0000 -+++ hurd/daemons/rc.sh 2004-07-09 21:48:25.000000000 +0000 -@@ -85,7 +85,15 @@ +--- hurd/daemons/rc.sh.orig 2004-09-22 14:26:58.000000000 +0200 ++++ hurd/daemons/rc.sh 2004-09-22 14:27:23.000000000 +0200 +@@ -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 +@@ -85,7 +86,15 @@ fi if test -d /var/run; then @@ -17,7 +27,7 @@ fi echo done -@@ -104,15 +112,25 @@ +@@ -104,15 +113,25 @@ chmod 664 /etc/motd |