mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Use bin/bash for the init script instead of bin/sh. We are using ulimit -n
which is not POSIX (closes: #338797). svn:r5380
This commit is contained in:
parent
d147b98d9b
commit
b52c4bfe09
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -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
|
||||
|
||||
|
2
debian/tor.init
vendored
2
debian/tor.init
vendored
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#! /bin/bash
|
||||
|
||||
### BEGIN INIT INFO
|
||||
# Provides: tor
|
||||
|
Loading…
Reference in New Issue
Block a user