HomeSort by: relevance | last modified time | path
    Searched refs:crontab (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/cron/bin/
Makefile 3 SUBDIR= cron crontab
  /src/external/bsd/cron/bin/crontab/
Makefile 6 PROG= crontab
7 SRCS= crontab.c misc.c entry.c env.c pw_dup.c closeall.c
12 MAN= crontab.1 crontab.5
  /src/external/bsd/cron/dist/
Makefile 85 MANPAGES = bitstring.3 crontab.5 crontab.1 cron.8 putman.sh
88 SOURCES = cron.c crontab.c database.c do_command.c entry.c \
93 LINT_CRONTAB = crontab.c misc.c entry.c env.c
96 CRONTAB_OBJ = crontab.o misc.o entry.o env.o pw_dup.o closeall.o
98 all : cron crontab
109 crontab : $(CRONTAB_OBJ)
110 $(CC) $(LDFLAGS) -o crontab $(CRONTAB_OBJ) $(LIBS)
114 $(INSTALL) -c -m 4111 -o root -s crontab $(DESTBIN)/
115 # $(INSTALL) -c -m 111 -o root -g crontab -s cron $(DESTSBIN)
    [all...]
user.c 42 for (e = u->crontab; e != NULL; e = ne) {
66 /* file is open. build user entry, then read the crontab file.
76 u->crontab = NULL;
88 /* load the crontab
99 e->next = u->crontab;
100 u->crontab = e;
INSTALL 31 both the daemon and the `crontab' program will do this the first time they
59 Edit your /usr/lib/crontab file into little pieces -- see the CONVERSION file
62 Use the `crontab' command to install all the little pieces you just created.
65 crontab -u uucp -r /usr/lib/uucp/crontab.src
66 crontab -u news -r /usr/lib/news/crontab.src
67 crontab -u root -r /usr/adm/crontab.src
71 they are reinstalled with another `crontab -r' command. (2) The cronta
    [all...]
structs.h 43 /* the crontab database will be a list of the
53 time_t mtime; /* last modtime of crontab */
54 entry *crontab; /* this person's crontab */ member in struct:_user
cron.c 259 for (e = u->crontab; e != NULL; e = e->next) {
393 for (e = u->crontab; e != NULL; e = e->next) {
  /src/distrib/evbsh3/rom/ramdiskcommon/
ramdiskbin.conf 38 progs compress crontab ctags cut dirname du env file find finger from fsplit
  /src/external/bsd/ntp/dist/scripts/update-leap/
update-leap-opts.def 140 For cron-friendly behavior, define CRONJOB=1 in the crontab.
  /src/usr.bin/crunch/examples/
really-big.conf 41 progs cksum cmp col colcrt colrm column comm compress crontab ctags cut
  /src/etc/
Makefile 255 CONFIGFILES+= crontab

Completed in 31 milliseconds