]> git.pld-linux.org Git - packages/SysVinit.git/blob - sysvinit-autofsck.patch
- updated to 3.04
[packages/SysVinit.git] / sysvinit-autofsck.patch
1 diff -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()
5         }
6  #endif
7  
8 +       unlink("/.autofsck");
9         /* script failed or not present: do it ourself. */
10         /* Give init the chance to collect zombies. */
11          /* sleep(1); */
This page took 0.055689 seconds and 3 git commands to generate.