From 7c4cfb0b094bb64052c9096afe4ffed044ef9ac6 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Tue, 6 Feb 2007 16:42:45 +0000 Subject: [PATCH] * changed bcron to use a SID file instead of postsysfiles.in git-svn-id: svn://svn.opensde.net/opensde/package/branches/sid@20105 10447126-35f2-4685-b0cf-6dd780d3921f --- base/bcron/bcron.sid | 17 +++++++++++++++++ base/bcron/postsysfiles.in | 16 ---------------- 2 files changed, 17 insertions(+), 16 deletions(-) create mode 100644 base/bcron/bcron.sid delete mode 100644 base/bcron/postsysfiles.in diff --git a/base/bcron/bcron.sid b/base/bcron/bcron.sid new file mode 100644 index 000000000..99e3597b4 --- /dev/null +++ b/base/bcron/bcron.sid @@ -0,0 +1,17 @@ +; --- SDE-COPYRIGHT-NOTE-BEGIN --- +; This copyright note is auto-generated by ./scripts/Create-CopyPatch. +; +; Filename: package/.../bcron/bcron.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] +user=cron +group=crontab diff --git a/base/bcron/postsysfiles.in b/base/bcron/postsysfiles.in deleted file mode 100644 index 8334f07a3..000000000 --- a/base/bcron/postsysfiles.in +++ /dev/null @@ -1,16 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../bcron/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 -safe_useradd cron 53 53 "cron" /var/empty /bin/false "*"