]> git.pld-linux.org Git - packages/SysVinit.git/blame - sysvinit-autofsck.patch
- updated to 3.04
[packages/SysVinit.git] / sysvinit-autofsck.patch
CommitLineData
94cdd863
AM
1diff -urNp -x '*.orig' sysvinit-2.99.org/src/shutdown.c sysvinit-2.99/src/shutdown.c
2--- sysvinit-2.99.org/src/shutdown.c 2021-02-21 19:02:25.000000000 +0100
3+++ sysvinit-2.99/src/shutdown.c 2021-02-25 08:11:05.983197168 +0100
4@@ -377,6 +377,7 @@ void fastdown()
612af2b6 5 }
437bcd41
AM
6 #endif
7
612af2b6
JB
8+ unlink("/.autofsck");
9 /* script failed or not present: do it ourself. */
94cdd863
AM
10 /* Give init the chance to collect zombies. */
11 /* sleep(1); */
This page took 0.024075 seconds and 4 git commands to generate.