Home
last modified time | relevance | path

Searched refs:daemon (Results 1 – 25 of 129) sorted by relevance

123456

/original-bsd/old/berknet/
H A Dnetstart.c12 static int daemon = 32767; /* a nice safe process number */ variable
27 while((daemon=fork()) == -1)sleep(2);
28 if(daemon == 0){
41 kill(daemon,SIGTERM); /* send terminate */ in killit()
43 kill(daemon,SIGKILL); /* kill in case too */ in killit()
/original-bsd/etc/
H A Dgroup2 daemon:*:1:daemon
H A Dcrontab7 #0 1 * * * daemon /usr/contrib/news/daily
H A Dservices70 uucp 540/tcp uucpd # uucp daemon
71 rdist 541/tcp rdistd # rdist daemon
H A Dweekly44 echo /usr/lib/uucp/clean.weekly | su daemon
/original-bsd/old/rogue/
H A DMakefile22 install -s -o daemon -m 4711 rogue $(GAMESDIR)
23 install -c -o daemon -m 644 /dev/null $(SCOREFILE)
/original-bsd/old/vpr/
H A Dvpq.c61 queue(device, devname, spooldir, daemon) in queue() argument
62 char *device, *devname, *spooldir, *daemon; in queue()
81 if (access(daemon, 1))
/original-bsd/usr.sbin/sendmail/src/
H A DTRACEFLAGS13 9 daemon.c getauthinfo IDENT protocol
14 9 daemon.c maphostname
20 15 daemon.c getrequests
21 16 daemon.c makeconnection
H A DMakefile22 SRCS= alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \
/original-bsd/sys/pmax/dist/
H A Dget77 daemon:*:1:1::/:
81 daemon:*:1:1::0:0::/root:
87 daemon:*:1:
/original-bsd/usr.sbin/lpr/lpr/
H A DMakefile7 BINGRP= daemon
/original-bsd/usr.sbin/lpr/lpq/
H A DMakefile7 BINGRP= daemon
/original-bsd/usr.sbin/lpr/lprm/
H A DMakefile7 BINGRP= daemon
/original-bsd/usr.sbin/lpr/lpc/
H A DMakefile7 BINGRP= daemon
/original-bsd/lib/libc/gen/
H A Ddaemon.c17 daemon(nochdir, noclose) in daemon() function
/original-bsd/usr.sbin/update/
H A Dupdate.c29 daemon(0, 0); in main()
/original-bsd/usr.sbin/timed/SMM.doc/timed/
H A Dspell.ok32 daemon
/original-bsd/etc/mtree/
H A D4.4BSD.var18 /set type=file gname=daemon uname=root mode=0644
115 /set type=file gname=staff uname=daemon mode=0644
287 /set type=file gname=daemon uname=daemon mode=0775
313 /set type=file gname=daemon uname=uucp mode=0755
353 /set type=file gname=daemon uname=uucp mode=0755
/original-bsd/usr.bin/uucp/
H A DMakefile.inc5 BINGRP?= daemon
/original-bsd/usr.sbin/lpr/SMM.doc/
H A Dspell.ok19 daemon
/original-bsd/usr.sbin/sendmail/cf/mailer/
H A Duucp.m462 R<@> $n errors to mailer-daemon
120 R<@> $n errors to mailer-daemon
131 R<@> $n errors to mailer-daemon
/original-bsd/usr.sbin/timed/timed/
H A DCHANGES26 -suppression of repeated entries, which both slowed down the daemon
43 time stamp packets received by the daemon, so that time corrections
45 timed queue while the daemon is processing other messages.
63 in both the daemon and timedc.
106 can be used to cause the daemon to ignore time changes from
/original-bsd/sbin/nfsiod/
H A Dnfsiod.c99 daemon(0, 0);
/original-bsd/usr.sbin/sendmail/src/Makefiles/
H A DMakefile.FreeBSD20 SRCS= alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \
H A DMakefile.NetBSD24 SRCS= alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \

123456