From c58ffcbd8130dc033796f6614d5c1eb69877cad4 Mon Sep 17 00:00:00 2001 From: thib Date: Fri, 12 Sep 2003 20:53:24 +0000 Subject: [PATCH] Initial revision --- convert-fcrontab.h | 32 ++++++++++++++++++++++++++++++++ fcronsighup.h | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 convert-fcrontab.h create mode 100644 fcronsighup.h diff --git a/convert-fcrontab.h b/convert-fcrontab.h new file mode 100644 index 0000000..b211c9c --- /dev/null +++ b/convert-fcrontab.h @@ -0,0 +1,32 @@ +/* + * FCRON - periodic command scheduler + * + * Copyright 2000-2002 Thibault Godouet + * + * 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; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * The GNU General Public License can also be found in the file + * `LICENSE' that comes with the fcron source distribution. + */ + + /* $Id: convert-fcrontab.h,v 1.1 2003-09-12 20:55:34 thib Exp $ */ + +#ifndef __CONVERT_FCRONTAB_H__ +#define __CONVERT_FCRONTAB_H__ + +/* We create a .h (even if empty !) because we have a generic rule + in Makefile to create .o files which needs the corresponding .h to exist. */ + +#endif /* __CONVERT_FCRONTAB_H__ */ diff --git a/fcronsighup.h b/fcronsighup.h new file mode 100644 index 0000000..f45d550 --- /dev/null +++ b/fcronsighup.h @@ -0,0 +1,32 @@ +/* + * FCRON - periodic command scheduler + * + * Copyright 2000-2002 Thibault Godouet + * + * 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; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * The GNU General Public License can also be found in the file + * `LICENSE' that comes with the fcron source distribution. + */ + + /* $Id: fcronsighup.h,v 1.1 2003-09-12 20:53:24 thib Exp $ */ + +#ifndef __FCRONSIGHUP_H__ +#define __FCRONSIGHUP_H__ + +/* We create a .h (even if empty !) because we have a generic rule + in Makefile to create .o files which needs the corresponding .h to exist. */ + +#endif /* __FCRONSIGHUP_H__ */ -- 2.40.0