OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DAEMON
(Results
1 - 6
of
6
) sorted by null
/external/mdnsresponder/mDNSPosix/
mdnsd.sh
18
# Linux /etc/init.d script to start/stop the mdnsd
daemon
.
26
DAEMON
=/usr/sbin/mdnsd
28
DAEMON
=/usr/local/sbin/mdnsd
31
test -r $
DAEMON
|| exit 0
33
# Some systems have start-stop-
daemon
, some don't.
34
if [ -r /sbin/start-stop-
daemon
]; then
35
START="start-stop-
daemon
--start --quiet --exec"
38
# STOP="start-stop-
daemon
--stop -s TERM --quiet --oknodo --exec"
39
STOP="start-stop-
daemon
--stop --quiet --oknodo --exec"
50
echo -n "Starting Apple Darwin Multicast DNS / DNS Service Discovery
daemon
:
[
all
...]
/external/e2fsprogs/misc/
uuidd.rc
8
# Short-Description: uuidd
daemon
9
# Description: Init script for the uuid generation
daemon
17
DAEMON
=/usr/sbin/uuidd
20
test -x $
DAEMON
|| exit 0
27
start_daemon -p $PIDFILE $
DAEMON
32
killproc -p $PIDFILE $
DAEMON
36
if pidofproc -p $PIDFILE $
DAEMON
>& /dev/null ; then
37
echo "$
DAEMON
is running";
40
echo "$
DAEMON
is NOT running";
/external/selinux/policycoreutils/sepolicy/
sepolicy.py
545
from sepolicy.generate import
DAEMON
, get_poltype_desc, poltype,
DAEMON
, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEWTYPE
589
cmdgroup.add_argument("--init", dest="policytype", const=
DAEMON
,
590
action="store_const", default=
DAEMON
,
591
help=_("Generate '%s' policy") % poltype[
DAEMON
])
/external/selinux/policycoreutils/sepolicy/sepolicy/
generate.py
114
DAEMON
= 0
129
poltype[
DAEMON
] = _("Standard Init
Daemon
")
130
poltype[DBUS] = _("DBUS System
Daemon
")
131
poltype[INETD] = _("Internet Services
Daemon
")
151
APPLICATIONS = [
DAEMON
, DBUS, INETD, USER, CGI ]
429
if self.type !=
DAEMON
:
430
raise ValueError(_("Only
Daemon
apps can use an init script.."))
[
all
...]
/external/selinux/policycoreutils/gui/
polgengui.py
443
return generate.
DAEMON
484
if self.get_type() is generate.
DAEMON
:
[
all
...]
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl
[
all
...]
Completed in 6507 milliseconds