tags 338797 + fixed-in-experimental
thanks

On Sat, 12 Nov 2005, Michael Prokop wrote:

> Last line in /etc/default/tor:
> 
> ulimit -c unlimited
> 
> The file is included in script /etc/init.d/tor which uses '#!/bin/sh' as
> shebang line. Line 72 in /etc/init.d/tor contains another ulimit
> command.
> 
> [EMAIL PROTECTED] ~ % bash -c 'ulimit -c unlimited ; echo foo' 
> foo
> [EMAIL PROTECTED] ~ % zsh -c 'ulimit -c unlimited ; echo foo'  
> foo
> [EMAIL PROTECTED] ~ % sh -c 'ulimit -c unlimited ; echo foo' 
> zsh: command not found: ulimit
> foo
> [EMAIL PROTECTED] ~ % 
> 
> So using zsh as /bin/sh results in:
> # /etc/init.d/tor start
> /etc/default/tor:45: command not found: ulimit

This has been fixed since November 15th 2005 in experimental, it seems I
forgot to mail you about it.

tor (0.1.1.9-alpha-1) experimental; urgency=low

  * New upstream version.
  * Remove 08_add_newlines_between_serverdescriptors.dpatch.
  * Update 06_add_compile_time_defaults.dpatch
  * Use bin/bash for the init script instead of bin/sh.  We are using
    ulimit -n which is not POSIX  (closes: #338797).
  * Remove the EVENT_NOEPOLL block from etc/default/tor.
  * Add an ARGS block to etc/default/tor as suggested in #338425.

 -- Peter Palfrader <[EMAIL PROTECTED]>  Tue, 15 Nov 2005 23:29:54 +0100

thanks,
Peter
-- 
 PGP signed and encrypted  |  .''`.  ** Debian GNU/Linux **
    messages preferred.    | : :' :      The  universal
                           | `. `'      Operating System
 http://www.palfrader.org/ |   `-    http://www.debian.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to