[Fai-commit] r2982 - trunk/scripts

fai-repository at svn.debian.org fai-repository at svn.debian.org
Thu Nov 3 22:01:14 UTC 2005


Author: lange
Date: 2005-11-03 22:01:14 +0000 (Thu, 03 Nov 2005)
New Revision: 2982

Added:
   trunk/scripts/fai-start-stop-daemon
Removed:
   trunk/scripts/start-stop-daemon
Log:
rename start-stop-daemon to fai-start-stop-daemon


Copied: trunk/scripts/fai-start-stop-daemon (from rev 2976, trunk/scripts/start-stop-daemon)

Deleted: trunk/scripts/start-stop-daemon
===================================================================
--- trunk/scripts/start-stop-daemon	2005-11-03 21:58:57 UTC (rev 2981)
+++ trunk/scripts/start-stop-daemon	2005-11-03 22:01:14 UTC (rev 2982)
@@ -1,40 +0,0 @@
-#! /bin/sh
-
-# $Id$
-#*********************************************************************
-#
-# start-stop-daemon -- a version which never starts daemons
-#
-# This script is part of FAI (Fully Automatic Installation)
-# (c) 2000-2004 by Thomas Lange, lange at informatik.uni-koeln.de
-# Universitaet zu Koeln
-#
-#*********************************************************************
-# 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.
-# 
-# A copy of the GNU General Public License is available as
-# `/usr/share/common-licences/GPL' in the Debian GNU/Linux distribution
-# or on the World Wide Web at http://www.gnu.org/copyleft/gpl.html.  You
-# can also obtain it by writing to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#*********************************************************************
-
-for opt in "$@" ; do
-    case "$opt" in
-        -o|--oknodo) oknodo=1 ;;
-        -S|--start) start=1 ;;
-        -K|--stop) stop=1 ;;
-        esac
-done
-
-[ -n "$stop" -a -z "$oknodo" ] && exit 1
-
-exit 0




More information about the Fai-commit mailing list