From f8e2e1e3cfd5a812f83c23daccc6839c30fd236a Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Tue, 6 Feb 2007 16:48:44 +0000 Subject: [PATCH] * changed cron to use a SID file instead of postsysfiles.in git-svn-id: svn://svn.opensde.net/opensde/package/branches/sid@20109 10447126-35f2-4685-b0cf-6dd780d3921f --- base/cron/cron.sid | 16 ++++++++++++++++ base/cron/postsysfiles.in | 14 -------------- 2 files changed, 16 insertions(+), 14 deletions(-) create mode 100644 base/cron/cron.sid delete mode 100644 base/cron/postsysfiles.in diff --git a/base/cron/cron.sid b/base/cron/cron.sid new file mode 100644 index 000000000..83aa46806 --- /dev/null +++ b/base/cron/cron.sid @@ -0,0 +1,16 @@ +; --- SDE-COPYRIGHT-NOTE-BEGIN --- +; This copyright note is auto-generated by ./scripts/Create-CopyPatch. +; +; Filename: package/.../cron/cron.sid +; Copyright (C) 2007 The OpenSDE Project +; +; More information can be found in the files COPYING and README. +; +; This program is free software; you can redistribute it and/or modify +; it under the terms of the GNU General Public License as published by +; the Free Software Foundation; version 2 of the License. A copy of the +; GNU General Public License can be found in the file COPYING. +; --- SDE-COPYRIGHT-NOTE-END --- + +[general] +group=crontab diff --git a/base/cron/postsysfiles.in b/base/cron/postsysfiles.in deleted file mode 100644 index cbc8d1a32..000000000 --- a/base/cron/postsysfiles.in +++ /dev/null @@ -1,14 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../cron/postsysfiles.in -# Copyright (C) 2004 - 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- SDE-COPYRIGHT-NOTE-END --- -safe_groupadd crontab 53