~hexperides/hexperides/main

« back to all changes in this revision

Viewing changes to etc/cron.daily/bsdmainutils

  • Committer: RicardoCardenes
  • Date: 2005-06-10 15:49:54 UTC
  • Revision ID: RicardoCardenes-8124e411ce351a4aa8b751fa1054a3c0e680bad5
movemos el contenido actual dentro de "trunk"

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
# /etc/cron.daily/calendar: BSD mainutils calendar daily maintenance script
 
3
# Written by Austin Donnelly <and1000@debian.org>
 
4
 
 
5
# Comment the following line if you'd like all of your users'
 
6
# ~/calendar files to be checked daily.  Calendar will send them mail
 
7
# to remind them of upcoming events.  See calendar(1) for more details.
 
8
exit 0
 
9
 
 
10
[ -x /usr/sbin/sendmail ] || exit 0
 
11
if [ ! -x /usr/bin/cpp ]; then
 
12
  echo "The cpp package is needed to run calendar."
 
13
  exit 1
 
14
fi
 
15
 
 
16
/usr/bin/calendar -a