From owner-cvs-all Sun Jan 21 17:55:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DDDA337B401; Sun, 21 Jan 2001 17:54:52 -0800 (PST) Received: (from babkin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M1sqV38689; Sun, 21 Jan 2001 17:54:52 -0800 (PST) (envelope-from babkin) Message-Id: <200101220154.f0M1sqV38689@freefall.freebsd.org> From: Sergey Babkin Date: Sun, 21 Jan 2001 17:54:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/cron/cron cron.8 cron.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG babkin 2001/01/21 17:54:52 PST Modified files: usr.sbin/cron/cron cron.8 cron.c Log: Made the special handling of the daylight time switches optional, enabled by the option "-s" (for dSt). This returned the default behavior to its original form. The new option name is not "-d" because that would cause associations with "debug" and cron already has "-x" for debugging, so this would cause confusion. Revision Changes Path 1.11 +11 -3 src/usr.sbin/cron/cron/cron.8 1.11 +10 -5 src/usr.sbin/cron/cron/cron.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message