]> git.pld-linux.org Git - packages/SysVinit.git/blame - sysvinit-haltname.patch
- does not require logrotate; rel 19
[packages/SysVinit.git] / sysvinit-haltname.patch
CommitLineData
8c09d4df
AM
1--- sysvinit-2.86/src/halt.c.foo 2005-12-20 15:09:35.000000000 -0500
2+++ sysvinit-2.86/src/halt.c 2005-12-20 15:09:25.000000000 -0500
3@@ -178,6 +178,7 @@
4 /*
5 * Find out who we are
6 */
7+ if (argv[0][0] == '-') argv[0]++;
8 if ((progname = strrchr(argv[0], '/')) != NULL)
9 progname++;
10 else
This page took 0.060004 seconds and 4 git commands to generate.