#!/bin/sh # drupal.install - Drupal installer for SDF MOTD project unset IFS PATH=/usr/local/bin/:/usr/bin:/bin srcpath=/sys/motd/drupal/drupal-current motdpath=$HOME/html/motd dbhost=ol.sdf.org dbpasswd=$USER dbprefix=dru_ cat <[*] | | What day of the week ... | (return) | | What month ... | (return) | | What day of the month ... | (return) | | What hour of the day ... | (return) | | How often ... | 1 | | What minute of the hour ... | 45 | | Is this ok? | y | Use the SYNC command before exiting MKCRON. [*] Copy URI from your Drupal web site under Reports > Status report > "To run cron from outside the site, go to". --------------------------------------------------------------------- EOF exit 0 #$Id: drupal.install,v 1.3 2013/02/11 05:58:49 papa Exp papa $