Home
last modified time | relevance | path

Searched refs:runlevels (Results 1 – 25 of 109) sorted by relevance

12345

/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_gentoo_service.py30 runlevels = ["default"]
42 runlevels = ["default"]
248 runlevels = ["l1"]
289 runlevels = ["l1", "l2"]
316 runlevels = ["l1", "l3", "l5"]
349 runlevels = ["l1"]
391 runlevels = ["l1"]
404 runlevels = ["l1"]
417 runlevels = ["l1", "l2"]
430 runlevels = ["l2"]
[all …]
/dports/textproc/augeas/augeas-1.12.0/lenses/tests/
H A Dtest_inittab.aug17 { "runlevels" = "5" }
22 { "runlevels" = "" }
28 { "runlevels" = "" }
33 { "runlevels" = "0" }
39 test Inittab.lns put simple after set "/id/runlevels" "3" =
45 { "runlevels" = "2345" }
53 { "runlevels" = "2345" }
62 { "runlevels" = "234" }
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/system/
H A Dsysvinit.py132 runlevels=dict(type='list'),
142 runlevels = module.params['runlevels']
170 if runlevels:
171 for rl in runlevels:
243 if runlevels:
244 result['status']['enabled']['runlevels'] = runlevels
245 for rl in runlevels:
254 …err) = module.run_command("%s %s enable %s" % (location['update-rc.d'], name, ' '.join(runlevels)))
256 …rr) = module.run_command("%s --level %s %s on" % (location['chkconfig'], ''.join(runlevels), name))
259 …rr) = module.run_command("%s %s disable %s" % (location['update-rc.d'], name, ' '.join(runlevels)))
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/modules/
H A Dsysvinit.py127 runlevels=dict(type='list'),
137 runlevels = module.params['runlevels']
165 if runlevels:
166 for rl in runlevels:
238 if runlevels:
239 result['status']['enabled']['runlevels'] = runlevels
240 for rl in runlevels:
249 …err) = module.run_command("%s %s enable %s" % (location['update-rc.d'], name, ' '.join(runlevels)))
251 …rr) = module.run_command("%s --level %s %s on" % (location['chkconfig'], ''.join(runlevels), name))
254 …rr) = module.run_command("%s %s disable %s" % (location['update-rc.d'], name, ' '.join(runlevels)))
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/modules/
H A Dsysvinit.py134 runlevels=dict(type='list', elements='str'),
144 runlevels = module.params['runlevels']
172 if runlevels:
173 for rl in runlevels:
245 if runlevels:
246 result['status']['enabled']['runlevels'] = runlevels
247 for rl in runlevels:
256 …err) = module.run_command("%s %s enable %s" % (location['update-rc.d'], name, ' '.join(runlevels)))
258 …rr) = module.run_command("%s --level %s %s on" % (location['chkconfig'], ''.join(runlevels), name))
261 …rr) = module.run_command("%s %s disable %s" % (location['update-rc.d'], name, ' '.join(runlevels)))
[all …]
/dports/devel/epm/epm-4.5.1/
H A Drpm.c562 const char *runlevels; /* Run levels */ in write_spec() local
738 isdigit(*runlevels & 255); in write_spec()
739 runlevels ++) in write_spec()
741 if (*runlevels == '0') in write_spec()
747 (*runlevels == '0' || *runlevels == '1' || in write_spec()
751 *runlevels, in write_spec()
752 (*runlevels == '0' || *runlevels == '1' || in write_spec()
805 isdigit(*runlevels & 255); in write_spec()
806 runlevels ++) in write_spec()
808 if (*runlevels == '0') in write_spec()
[all …]
H A Dportable.c2045 isdigit(*runlevels & 255); in write_install()
2046 runlevels ++) in write_install()
2048 if (*runlevels == '0') in write_install()
2055 *runlevels, *runlevels == '0' ? 'K' : 'S', number, file->dst); in write_install()
2424 isdigit(*runlevels & 255); in write_patch()
2425 runlevels ++) in write_patch()
2427 if (*runlevels == '0') in write_patch()
2434 *runlevels, *runlevels == '0' ? 'K' : 'S', number, file->dst); in write_patch()
2587 runlevels ++) in write_remove()
2589 if (*runlevels == '0') in write_remove()
[all …]
/dports/sysutils/busybox/busybox-1.26.2/examples/
H A Dinittab6 # Note, BusyBox init doesn't support runlevels. The runlevels field is
7 # completely ignored by BusyBox init. If you want runlevels, use sysvinit.
10 # Format for each entry: <id>:<runlevels>:<action>:<process>
20 # <runlevels>: The runlevels field is completely ignored.
/dports/sysutils/pies/pies-1.5/src/
H A Dsysvinit.c270 if (!comp->runlevels) in enablecomp()
273 if (!strchr (comp->runlevels, runlevel)) in enablecomp()
325 && comp->runlevels in demand_prog()
326 && strchr (comp->runlevels, *rl)) in demand_prog()
1036 char *id, *runlevels, *action, *process, *p; in inittab_parse_line() local
1095 runlevels = getfld (p, &p); in inittab_parse_line()
1099 if (!id || !runlevels || !action || !process) in inittab_parse_line()
1108 if (!runlevels[0] || !is_valid_runlevel (runlevels[0])) in inittab_parse_line()
1115 initdefault = toupper (runlevels[0]); in inittab_parse_line()
1133 comp->runlevels = grecs_strdup (strupr (runlevels)); in inittab_parse_line()
[all …]
/dports/security/py-stem/stem-1.8.0/test/unit/util/
H A Denum.py30 runlevels = stem.util.enum.UppercaseEnum('DEBUG', 'INFO', 'NOTICE', 'WARN', 'ERROR')
31 self.assertEqual('DEBUG', runlevels.DEBUG)
/dports/security/nyx/nyx-2.1.0/nyx/
H A Dlog.py105 def ranges(runlevels): argument
108 while runlevels:
110 start = end = runlevels[0]
113 if r in runlevels:
114 runlevels.remove(r)
/dports/games/xdigger/xdigger-1.0.10/
H A DImakefile19 SRCS = xdigger.c drawtext.c drawpixmaps.c title.c runlevels.c highscore.c \
21 OBJS = xdigger.o drawtext.o drawpixmaps.o title.o runlevels.o highscore.o \
/dports/textproc/py-python-augeas/python-augeas-1.0.3/test/testroot/etc/
H A Dinittab7 # Individual runlevels are started by /etc/event.d/rc[0-6]
17 # Default runlevel. The runlevels used are:
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/isos/bootstrap/
H A Dinittab7 # Individual runlevels are started by /etc/init/rc.conf
17 # Default runlevel. The runlevels used are:
/dports/devel/p5-Term-Clui/Term-Clui-1.76/examples/
H A Dlinux_admin344 my @runlevels = &choose('at which runlevels ?','1','2','3','4','5');
345 return unless @runlevels;
347 &choose("$service at runlevels ".join(",",@runlevels),'on','off');
349 system "chkconfig --level ".join('',@runlevels)." $service $onoff";
/dports/sysutils/webmin/webmin-1.981/init/
H A Dconfig.info2 expert=Allow selection of individual runlevels?,1,1-Yes,0-No
3 desc=Display actions with descriptions,1,2-Yes&#44; and show all runlevels,1-Yes,0-No
H A Dconfig.info.nl2 expert=Sta individuele selectie toe van runlevels?,1,1-Ja,0-Nee
3 desc=Laat acties zien met omschrijvingen,1,2-Ja&#44; en laat alle runlevels zien,1-Ja,0-Nee
H A Dindex.cgi47 @runlevels = &list_runlevels();
48 foreach $r (@runlevels) {
426 &ui_select("level", $boot[0], \@runlevels));
/dports/textproc/augeas/augeas-1.12.0/tests/root/etc/
H A Dinittab9 # Default runlevel. The runlevels used by RHS are:
44 # Run gettys in standard runlevels
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/services-openrc/
H A Dservices-openrc.conf17 runlevelsDir: /etc/runlevels
/dports/security/cowrie/cowrie-2.2.0/honeyfs/etc/
H A Dinittab43 # /sbin/getty invocations for the runlevels.
49 # <id>:<runlevels>:<action>:<process>
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dgentoo_service.py94 def _enable_disable_cmd(name, command, runlevels=()): argument
96 command, name, " ".join(sorted(runlevels))
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/init/
H A Dupstart.in5 # start in normal runlevels when disks are mounted and networking is available
/dports/shells/zsh/zsh-5.8.1/Completion/Debian/Command/
H A D_update-rc.d23 *) _message -e runlevels run\ level ;;
/dports/net/pwhois/pwhois-2.2.1.0/contrib/init-scripts/rhel/
H A DREADME5 Install to /etc/init.d and then add symlinks to the appropriate runlevels, or preferably use the /s…

12345