diff options
author | Peter Palfrader <peter@palfrader.org> | 2005-11-15 10:28:00 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2005-11-15 10:28:00 +0000 |
commit | b52c4bfe09212adde82ed28966bc76b2ce8803d4 (patch) | |
tree | 159f84909c04ac7fa8675b7ae0371ab7ae2e00ad /debian | |
parent | d147b98d9b1e818208b9e5fb033eaf64a3149e2e (diff) | |
download | tor-b52c4bfe09212adde82ed28966bc76b2ce8803d4.tar.gz tor-b52c4bfe09212adde82ed28966bc76b2ce8803d4.zip |
Use bin/bash for the init script instead of bin/sh. We are using ulimit -n
which is not POSIX (closes: #338797).
svn:r5380
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/tor.init | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 792ff873cb..a0a26cb42d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ tor (0.1.1.9-alpha-0) experimental; urgency=low * 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@debian.org> Tue, 15 Nov 2005 11:25:31 +0100 + -- Peter Palfrader <weasel@debian.org> Tue, 15 Nov 2005 11:27:01 +0100 tor (0.1.1.8-alpha-1) experimental; urgency=low diff --git a/debian/tor.init b/debian/tor.init index 434747420d..02ff12ff39 100644 --- a/debian/tor.init +++ b/debian/tor.init @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash ### BEGIN INIT INFO # Provides: tor |