SOURCES: dc_client.init, dc_server.init - I don't see any bashisms...
qboosh
qboosh at pld-linux.org
Sun Dec 25 14:15:29 CET 2005
Author: qboosh Date: Sun Dec 25 13:15:29 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- I don't see any bashisms here - use /bin/sh
---- Files affected:
SOURCES:
dc_client.init (1.2 -> 1.3) , dc_server.init (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/dc_client.init
diff -u SOURCES/dc_client.init:1.2 SOURCES/dc_client.init:1.3
--- SOURCES/dc_client.init:1.2 Wed Dec 14 13:59:20 2005
+++ SOURCES/dc_client.init Sun Dec 25 14:15:24 2005
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# distcache Startup script for the Distcache SSL Session Cache Client Proxy
#
================================================================
Index: SOURCES/dc_server.init
diff -u SOURCES/dc_server.init:1.2 SOURCES/dc_server.init:1.3
--- SOURCES/dc_server.init:1.2 Wed Dec 14 14:08:29 2005
+++ SOURCES/dc_server.init Sun Dec 25 14:15:24 2005
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# distcache Startup script for the Distcache SSL Session Cache Server
#
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/dc_client.init?r1=1.2&r2=1.3&f=u
http://cvs.pld-linux.org/SOURCES/dc_server.init?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list