[jetrix-cvs] SF.net SVN: jetrix:[791] jetrix/trunk/src/etc/deb
Brought to you by:
smanux
From: <sm...@us...> - 2009-02-13 15:43:36
|
Revision: 791 http://jetrix.svn.sourceforge.net/jetrix/?rev=791&view=rev Author: smanux Date: 2009-02-13 15:43:28 +0000 (Fri, 13 Feb 2009) Log Message: ----------- Set the EOL to LF for the Unix files Modified Paths: -------------- jetrix/trunk/src/etc/deb/control/prerm jetrix/trunk/src/etc/deb/data/etc/default/jetrix Property Changed: ---------------- jetrix/trunk/src/etc/deb/control/prerm jetrix/trunk/src/etc/deb/data/etc/default/jetrix jetrix/trunk/src/etc/deb/data/etc/init.d/jetrix Modified: jetrix/trunk/src/etc/deb/control/prerm =================================================================== --- jetrix/trunk/src/etc/deb/control/prerm 2009-02-13 14:38:29 UTC (rev 790) +++ jetrix/trunk/src/etc/deb/control/prerm 2009-02-13 15:43:28 UTC (rev 791) @@ -1,17 +1,17 @@ -#!/bin/sh -# -# Pre removal script for Jetrix -# - -set -e - -# stop the server -if [ -x "/etc/init.d/jetrix" ]; then - if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then - invoke-rc.d jetrix stop || exit $? - else - /etc/init.d/jetrix stop || exit $? - fi -fi - -exit 0 +#!/bin/sh +# +# Pre removal script for Jetrix +# + +set -e + +# stop the server +if [ -x "/etc/init.d/jetrix" ]; then + if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then + invoke-rc.d jetrix stop || exit $? + else + /etc/init.d/jetrix stop || exit $? + fi +fi + +exit 0 Property changes on: jetrix/trunk/src/etc/deb/control/prerm ___________________________________________________________________ Added: svn:eol-style + LF Modified: jetrix/trunk/src/etc/deb/data/etc/default/jetrix =================================================================== --- jetrix/trunk/src/etc/deb/data/etc/default/jetrix 2009-02-13 14:38:29 UTC (rev 790) +++ jetrix/trunk/src/etc/deb/data/etc/default/jetrix 2009-02-13 15:43:28 UTC (rev 791) @@ -1,5 +1,5 @@ -# Defaults for jetrix initscript - -# Master system-wide jetrix switch. The initscript -# will not run if it is not set to yes. -RUN="yes" +# Defaults for jetrix initscript + +# Master system-wide jetrix switch. The initscript +# will not run if it is not set to yes. +RUN="yes" Property changes on: jetrix/trunk/src/etc/deb/data/etc/default/jetrix ___________________________________________________________________ Added: svn:eol-style + LF Property changes on: jetrix/trunk/src/etc/deb/data/etc/init.d/jetrix ___________________________________________________________________ Modified: svn:eol-style - native + LF This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |