[or-cvs] Use bin/bash for the init script instead of bin/sh. We are...

Peter Palfrader weasel at seul.org
Tue Nov 15 10:28:02 UTC 2005


Update of /home/or/cvsroot/tor/debian
In directory moria:/tmp/cvs-serv14883

Modified Files:
	changelog tor.init 
Log Message:
Use bin/bash for the init script instead of bin/sh.  We are using ulimit -n
which is not POSIX  (closes: #338797).


Index: changelog
===================================================================
RCS file: /home/or/cvsroot/tor/debian/changelog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- changelog	15 Nov 2005 10:26:17 -0000	1.138
+++ changelog	15 Nov 2005 10:28:00 -0000	1.139
@@ -4,8 +4,10 @@
   * Remove 08_add_newlines_between_serverdescriptors.dpatch.
   * Update 06_add_compile_time_defaults.dpatch
   * Also ship doc/{socks-extensions.txt,tor-doc-server.html,tor-doc-unix.html}
+  * Use bin/bash for the init script instead of bin/sh.  We are using
+    ulimit -n which is not POSIX  (closes: #338797).
 
- -- Peter Palfrader <weasel at debian.org>  Tue, 15 Nov 2005 11:25:31 +0100
+ -- Peter Palfrader <weasel at debian.org>  Tue, 15 Nov 2005 11:27:01 +0100
 
 tor (0.1.1.8-alpha-1) experimental; urgency=low
 

Index: tor.init
===================================================================
RCS file: /home/or/cvsroot/tor/debian/tor.init,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- tor.init	14 Sep 2005 13:05:58 -0000	1.15
+++ tor.init	15 Nov 2005 10:28:00 -0000	1.16
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 ### BEGIN INIT INFO
 # Provides:          tor



More information about the tor-commits mailing list