[Midnightbsd-cvs] src: usr.sbin/periodic: periodic runs on saturdays (from Dragonfly).

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 7 19:45:31 EDT 2007


Log Message:
-----------
periodic runs on saturdays (from Dragonfly).

$MidnightBSD$

Modified Files:
--------------
    src/usr.sbin/periodic:
        Makefile (r1.1.1.1 -> r1.2)
        periodic.8 (r1.1.1.1 -> r1.2)
        periodic.sh (r1.1.1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/usr.sbin/periodic/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Lusr.sbin/periodic/Makefile -Lusr.sbin/periodic/Makefile -u -r1.1.1.1 -r1.2
--- usr.sbin/periodic/Makefile
+++ usr.sbin/periodic/Makefile
@@ -1,3 +1,4 @@
+# $MidnightBSD$
 # $FreeBSD: src/usr.sbin/periodic/Makefile,v 1.4 2001/04/07 11:21:33 ru Exp $
 
 SCRIPTS=periodic.sh
Index: periodic.sh
===================================================================
RCS file: /home/cvs/src/usr.sbin/periodic/periodic.sh,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Lusr.sbin/periodic/periodic.sh -Lusr.sbin/periodic/periodic.sh -u -r1.1.1.1 -r1.2
--- usr.sbin/periodic/periodic.sh
+++ usr.sbin/periodic/periodic.sh
@@ -1,5 +1,6 @@
 #!/bin/sh -
 #
+# $MidnightBSD$
 # $FreeBSD: src/usr.sbin/periodic/periodic.sh,v 1.20 2002/05/14 01:15:35 brian Exp $
 #
 # Run nightly periodic scripts
Index: periodic.8
===================================================================
RCS file: /home/cvs/src/usr.sbin/periodic/periodic.8,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Lusr.sbin/periodic/periodic.8 -Lusr.sbin/periodic/periodic.8 -u -r1.1.1.1 -r1.2
--- usr.sbin/periodic/periodic.8
+++ usr.sbin/periodic/periodic.8
@@ -22,9 +22,10 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
+.\" $MidnightBSD$
 .\" $FreeBSD: src/usr.sbin/periodic/periodic.8,v 1.30 2005/01/18 20:02:40 ru Exp $
 .\"
-.Dd November 28, 2001
+.Dd September 7, 2007
 .Os
 .Dt PERIODIC 8
 .Sh NAME
@@ -48,7 +49,7 @@
 This usually occurs early in the morning (local time).
 .It Pa weekly
 Perform the standard weekly periodic executable run.
-This usually occurs on Sunday mornings.
+This usually occurs on Saturday mornings.
 .It Pa monthly
 Perform the standard monthly periodic executable run.
 This usually occurs on the first day of the month.


More information about the Midnightbsd-cvs mailing list