HomeSort by relevance Sort by last modified time
    Searched refs:crond (Results 1 - 6 of 6) sorted by null

  /external/ltp/testcases/commands/cron/
cron03 59 # Red Hat uses crond, SuSE/Other uses cron.
60 if [ -f /etc/init.d/crond ]; then
61 /etc/init.d/crond restart
  /external/ltp/testcases/lib/
daemonlib.sh 39 # Check to see if cron or crond exists
41 if command -v crond >/dev/null 2>&1; then
42 CROND_DAEMON="crond"
  /external/ltp/testcases/kdump/
runkdump.sh 24 if [ -f /etc/init.d/crond ]; then
25 cron=crond
  /external/toybox/generated/
globals.h 480 // toys/pending/crond.c
1450 struct crond_data crond; member in union:global_union
newtoys.h 39 USE_CROND(NEWTOY(crond, "fbSl#<0=8d#<0L:c:[-bf][-LS][-ld]", TOYFLAG_USR|TOYFLAG_SBIN|TOYFLAG_NEEDROOT))
flags.h 378 // crond fbSl#<0=8d#<0L:c:[-bf][-LS][-ld]
    [all...]

Completed in 551 milliseconds