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 "*"