1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.sbin/cron
okan a170f128c9 from ray@
- move the ignoring of the top few (3) comments into a function of its own.
- ignore these comments for crontab listings.

based on a patch from Slava Semushin

ok ray@ millert@
2008-05-10 15:11:08 +00:00
..
atrun.c Add Auto-Submitted header in generated mail as per RFC 3834. 2006-08-13 20:44:00 +00:00
config.h
cron.8 convert to new .Dd format; 2007-05-31 19:19:00 +00:00
cron.c tidy up synopsis and usage(); 2007-02-18 23:59:03 +00:00
cron.h
crontab.1 convert to new .Dd format; 2007-05-31 19:19:00 +00:00
crontab.5 convert to new .Dd format; 2007-05-31 19:19:00 +00:00
crontab.c from ray@ 2008-05-10 15:11:08 +00:00
database.c Since /etc/crontab is not edited via crontab(1) there's no good 2007-03-28 16:49:25 +00:00
do_command.c Check fdopen() return value. 2007-05-25 17:50:41 +00:00
entry.c fix some whitespace 2005-01-30 20:44:50 +00:00
env.c no , at end of enum; tobiasu@tmux.org 2008-02-29 23:33:29 +00:00
externs.h
funcs.h remove unused function 2008-01-05 16:59:06 +00:00
globals.h
job.c
macros.h
Makefile
misc.c remove unused function 2008-01-05 16:59:06 +00:00
pathnames.h crontab -e /tmp//crontab.ynUyD24939 versus /tmp/crontab.ynUyD24939. 2007-02-13 18:39:34 +00:00
popen.c some more malloc(x * y); bzero() -> calloc(x, y) whacking from 2006-04-03 01:31:11 +00:00
structs.h
user.c