]> git.pld-linux.org Git - packages/chkconfig.git/blob - chkconfig-more_readable.patch
- don't link chkconfig with newt, only ntsysv needs it
[packages/chkconfig.git] / chkconfig-more_readable.patch
1 diff -Nru chkconfig-1.2.24h.old/chkconfig.c chkconfig-1.2.24h/chkconfig.c
2 --- chkconfig-1.2.24h.old/chkconfig.c   2003-12-03 22:48:54.000000000 +0100
3 +++ chkconfig-1.2.24h/chkconfig.c       2003-12-03 22:01:10.000000000 +0100
4 @@ -116,7 +116,7 @@
5      printf("%-15s", s.name);
6  
7      for (i = 0; i <= conf.maxlevel; i++) {
8 -       printf("\t%d:%s", i, isOn(s.name, i) ? _("on") : _("off"));
9 +       printf("\t%d:%s", i, isOn(s.name, i) ? "***" : "---");
10      }
11      printf("\n");
12  
13
This page took 0.052077 seconds and 3 git commands to generate.