Bug #300

[PATCH] Use /bin/sh for better compatibility with *BSD

Added by Redmine Admin 1238 days ago. Updated 791 days ago.

Status :Closed Start :
Priority :Normal Due date :
Assigned to :tobi - % Done :

0%

Category :backend
Target version :2.5
Resolution :

fixed


Description

source:trunk/script/lighttpd has a "shebang" line of #!/bin/bash. /bin/bash exists in Linux and Mac OS X, but not usually on *BSD and perhaps others. Since there are no bash specific features in this one-line script it would be best if it just used /bin/sh which will function just the same on all UNIXish platforms and not require patching (or gratuitous symlinks) for use on the *BSDs.

Associated revisions

Revision 3f53d41fbb33c42d22c2b38f8eaac56da43dbd38
Added by scott 1205 days ago

Fix quoting problem on general settings page. (closes #300)

git-svn-id: http://svn.typosphere.org/typo/trunk@523 820eb932-12ee-0310-9ca8-eeb645f39767

History

07/12/2005 08:51 PM - Seth -

  • Status changed from New to Closed
  • Resolution set to fixed

(In r326) Changed lighttpd script to use sh. Fixes #151

Also available in: Atom PDF