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

  /external/ltp/testcases/kdump/
runkdump.sh 13 cat <<EOF >kdump.cron
20 crontab kdump.cron
22 echo "Enable cron daemon by default."
25 cron=crond
28 cron=cron
33 /sbin/chkconfig "${cron}" on
37 /sbin/update-rc.d "${cron}" defaults
  /external/ltp/testcases/commands/cron/
cron03 19 # FILE : cron
21 # PURPOSE: Test a bad (negative) cron job
25 # fields per line: the cron line to be tested (without script name),
28 # - try to do things you aren't allowed as non-root (cron runs as root)
58 # restart cron daemon
59 # Red Hat uses crond, SuSE/Other uses cron.
63 /etc/init.d/cron restart
cron_tests.sh 68 local crontab=cronjob.cron
119 tst_res TINFO "test install cron job"
132 tst_brk TBROK "crontab: error while creating cron job: `cat $err`"
134 tst_res TINFO "cron job installed successfully"
138 "cron activity not recorded" \
139 "cron activity logged"
148 # $script executed by the cron job will record the date and time into file
149 # $cron_out. Get the minute recorded by the program, sleep to allow the cron
162 # wait for the cron job to update output file
186 "failed to install cron job installed and execute it"
    [all...]
cron_neg_tests.sh 39 echo root has now an interesting cron job
83 # Test whether cron uses setuid correctly
116 echo "cron executed scripts have root privileges! (FAIL)"
125 echo "cron writes script output with root privileges! (FAIL)"
  /external/ltp/testcases/commands/logrotate/
logrotate_tests.sh 41 # cron job.
119 tst_resm TINFO "CLEAN: removing all cron jobs."
246 # - run logrotate in a cron job that runs every minute.
282 # create logrotate cron job.
283 cat >$LTPTMP/tst_logrotate.cron <<EOF
287 chmod 777 $LTPTMP/tst_logrotate.cron > /dev/null 2>&1
289 tst_resm TINFO "Test #2: Installing cron job to run logrotate"
290 crontab $LTPTMP/tst_logrotate.cron > $LTPTMP/tst_logrotate.out 2>&1 || RC=$?
301 # cron job to increase the log file size.
302 cat >$LTPTMP/tst_addtolog.cron <<EO
    [all...]
  /external/ltp/testcases/lib/
daemonlib.sh 39 # Check to see if cron or crond exists
43 elif command -v cron >/dev/null 2>&1; then
44 CROND_DAEMON="cron"
  /external/ltp/android/
Android.ltp.mk     [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 280 milliseconds