]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Add #!/bin/sh to fool file(1).
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 4 Jul 2004 16:14:58 +0000 (16:14 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 4 Jul 2004 16:14:58 +0000 (16:14 +0000)
svn-id: @4311

rc.d/init.d/functions
sysconfig/network-scripts/functions.network

index c766d19c26207d13cafe13b034f9453c6fb9f061..f15306e3276b9ac77e9f9b637a782c445bbc773d 100644 (file)
@@ -1,3 +1,4 @@
+#!/bin/sh - keep it for file(1) to get bourne shell script result
 # functions    This file contains functions to be used by most or all
 #              shell scripts in the /etc/init.d directory.
 #
index f1d21793ef4fb96f67025081195256c68f818cd7..d63532d33a8331c94f2de1890725516e19a3ad73 100644 (file)
@@ -1,3 +1,4 @@
+#!/bin/sh - keep it for file(1) to get bourne shell script result
 #
 # $Id$
 # 
This page took 0.171621 seconds and 4 git commands to generate.