Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37860558
en ru br
ALT Linux repositórios
S:1.3.59-alt4
5.0: 1.3.29-alt2
4.1: 1.3.29-alt2
4.0: 1.3.29-alt2
3.0: 1.2.24-alt5
+backports:1.3.29-alt0.M30.1

Group :: Sistema/Configurações/Boot e Init
RPM: chkconfig

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: chkconfig-1.2.24-mdk-alt-msec.patch
Download


diff -ur chkconfig-1.2.24~/chkconfig.c chkconfig-1.2.24/chkconfig.c
--- chkconfig-1.2.24~/chkconfig.c	Sat Jan 26 20:44:10 2002
+++ chkconfig-1.2.24/chkconfig.c	Sat Jan 26 20:45:41 2002
@@ -281,12 +281,14 @@
     int rc, i, x;
     char * levels = NULL;
     int help=0, version=0;
+    int msec = 0;
     poptContext optCon;
     struct poptOption optionsTable[] = {
 	    { "add", '\0', 0, &addItem, 0 },
 	    { "del", '\0', 0, &delItem, 0 },
 	    { "list", '\0', 0, &listItem, 0 },
 	    { "level", '\0', POPT_ARG_STRING, &levels, 0 },
+	    { "msec", 'm', POPT_ARG_NONE, &msec, 0},
 	    { "help", 'h', POPT_ARG_NONE, &help, 0 },
 	    { "version", 'v', POPT_ARG_NONE, &version, 0 },
 	    { 0, 0, 0, 0, 0 } 
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009