summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorMichael Banck <mbanck@debian.org>2004-09-22 23:32:47 +0000
committerMichael Banck <mbanck@debian.org>2004-09-22 23:32:47 +0000
commit4b2d166263970ea27c13d436a195f7889de9261f (patch)
tree3c2e305692f6151d1feee3ee5f7c0aa21325c363 /debian/patches
parente2c0607d4d4cbb03f240e8e14224f9464a4eb3b5 (diff)
* debian/patches/rc.patch: Updated to use e2fsprog's /sbin/fsck
command-line options.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/rc.patch18
1 files changed, 14 insertions, 4 deletions
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