/original-bsd/old/berknet/ |
H A D | netstart.c | 12 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 D | group | 2 daemon:*:1:daemon
|
H A D | crontab | 7 #0 1 * * * daemon /usr/contrib/news/daily
|
H A D | services | 70 uucp 540/tcp uucpd # uucp daemon 71 rdist 541/tcp rdistd # rdist daemon
|
H A D | weekly | 44 echo /usr/lib/uucp/clean.weekly | su daemon
|
/original-bsd/old/rogue/ |
H A D | Makefile | 22 install -s -o daemon -m 4711 rogue $(GAMESDIR) 23 install -c -o daemon -m 644 /dev/null $(SCOREFILE)
|
/original-bsd/old/vpr/ |
H A D | vpq.c | 61 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 D | TRACEFLAGS | 13 9 daemon.c getauthinfo IDENT protocol 14 9 daemon.c maphostname 20 15 daemon.c getrequests 21 16 daemon.c makeconnection
|
H A D | Makefile | 22 SRCS= alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \
|
/original-bsd/sys/pmax/dist/ |
H A D | get | 77 daemon:*:1:1::/: 81 daemon:*:1:1::0:0::/root: 87 daemon:*:1:
|
/original-bsd/usr.sbin/lpr/lpr/ |
H A D | Makefile | 7 BINGRP= daemon
|
/original-bsd/usr.sbin/lpr/lpq/ |
H A D | Makefile | 7 BINGRP= daemon
|
/original-bsd/usr.sbin/lpr/lprm/ |
H A D | Makefile | 7 BINGRP= daemon
|
/original-bsd/usr.sbin/lpr/lpc/ |
H A D | Makefile | 7 BINGRP= daemon
|
/original-bsd/lib/libc/gen/ |
H A D | daemon.c | 17 daemon(nochdir, noclose) in daemon() function
|
/original-bsd/usr.sbin/update/ |
H A D | update.c | 29 daemon(0, 0); in main()
|
/original-bsd/usr.sbin/timed/SMM.doc/timed/ |
H A D | spell.ok | 32 daemon
|
/original-bsd/etc/mtree/ |
H A D | 4.4BSD.var | 18 /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 D | Makefile.inc | 5 BINGRP?= daemon
|
/original-bsd/usr.sbin/lpr/SMM.doc/ |
H A D | spell.ok | 19 daemon
|
/original-bsd/usr.sbin/sendmail/cf/mailer/ |
H A D | uucp.m4 | 62 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 D | CHANGES | 26 -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 D | nfsiod.c | 99 daemon(0, 0);
|
/original-bsd/usr.sbin/sendmail/src/Makefiles/ |
H A D | Makefile.FreeBSD | 20 SRCS= alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \
|
H A D | Makefile.NetBSD | 24 SRCS= alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \
|