[Pkg-sql-ledger-commit] r670 - ledger-smb/branches/v1.3/debian/patches
pkg-sql-ledger-commit-owner at lists.alioth.debian.org
pkg-sql-ledger-commit-owner at lists.alioth.debian.org
Wed Jan 30 18:01:57 UTC 2013
Author: jame-guest
Date: 2013-01-30 18:01:57 +0000 (Wed, 30 Jan 2013)
New Revision: 670
Added:
ledger-smb/branches/v1.3/debian/patches/20_BashPath.patch
Modified:
ledger-smb/branches/v1.3/debian/patches/series
Log:
Add 20_BashPath.patch to resolve bash path issue in tools scripts.
Added: ledger-smb/branches/v1.3/debian/patches/20_BashPath.patch
===================================================================
--- ledger-smb/branches/v1.3/debian/patches/20_BashPath.patch (rev 0)
+++ ledger-smb/branches/v1.3/debian/patches/20_BashPath.patch 2013-01-30 18:01:57 UTC (rev 670)
@@ -0,0 +1,26 @@
+Author: Robert James Clay <jame at rocasa.us>
+Description: Correct path for Bash in tools scripts.
+--- a/tools/rebuild_pot.sh
++++ b/tools/rebuild_pot.sh
+@@ -1,4 +1,4 @@
+-#!/usr/bin/bash
++#!/bin/bash
+
+ # EXTRACTING DB STRINGS
+ echo "select 'text(''' || label || ''')' FROM menu_node" |
+--- a/tools/system/lsmbstart
++++ b/tools/system/lsmbstart
+@@ -1,4 +1,4 @@
+-#!/usr/bin/bash
++#!/bin/bash
+
+ cd /usr/share/ledgersmb
+ plackup -s FCGI -D --listen /var/run/httpd/fastcgi/lsmb.sock
+--- a/tools/system/lsmbstop
++++ b/tools/system/lsmbstop
+@@ -1,4 +1,4 @@
+-#!/usr/bin/bash
++#!/bin/bash
+
+ killall perl-fcgi-pm
+
Modified: ledger-smb/branches/v1.3/debian/patches/series
===================================================================
--- ledger-smb/branches/v1.3/debian/patches/series 2013-01-30 16:43:26 UTC (rev 669)
+++ ledger-smb/branches/v1.3/debian/patches/series 2013-01-30 18:01:57 UTC (rev 670)
@@ -1,3 +1,4 @@
05_confdir.patch
10_httpdconf.patch
15_UI-setup-credentials.patch
+20_BashPath.patch
More information about the Pkg-sql-ledger-commit
mailing list