]> git.pld-linux.org Git - packages/SysVinit.git/blob - sysvinit-autofsck.patch
98b4baf7692d7964225bc9e20010075cb5faac38
[packages/SysVinit.git] / sysvinit-autofsck.patch
1 --- sysvinit-2.78/src/shutdown.c.foo    Tue Aug 28 22:19:45 2001
2 +++ sysvinit-2.78/src/shutdown.c        Tue Aug 28 22:22:02 2001
3 @@ -201,6 +201,7 @@
4    }
5  #endif
6  
7 +  unlink("/.autofsck");
8    /* script failed or not present: do it ourself. */
9    sleep(1); /* Give init the chance to collect zombies. */
10    setenv("PATH", "/bin:/sbin:/usr/bin:/usr/sbin", 1);
This page took 0.016457 seconds and 2 git commands to generate.