packages: wicd/bashism.patch - kill bashism on cli

glen glen at pld-linux.org
Tue Jan 19 08:38:55 CET 2010


Author: glen                         Date: Tue Jan 19 07:38:55 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- kill bashism on cli

---- Files affected:
packages/wicd:
   bashism.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/wicd/bashism.patch
diff -u packages/wicd/bashism.patch:1.1 packages/wicd/bashism.patch:1.2
--- packages/wicd/bashism.patch:1.1	Fri Nov  6 21:49:31 2009
+++ packages/wicd/bashism.patch	Tue Jan 19 08:38:50 2010
@@ -21,3 +21,17 @@
  BOLD=$(tput bold)
  BLUE=$(tput setaf 4)
  NC=$(tput sgr0)
+--- wicd-1.7.0/in/init=lunar=wicd.in~	2010-01-15 06:49:11.000000000 +0200
++++ wicd-1.7.0/in/init=lunar=wicd.in	2010-01-19 09:37:35.202503440 +0200
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+ #
+ # Startup script for wicd
+ #
+--- wicd-1.7.0/in/scripts=wicd-cli.in~	2010-01-15 06:49:11.000000000 +0200
++++ wicd-1.7.0/in/scripts=wicd-cli.in	2010-01-19 09:37:49.590000593 +0200
+@@ -1,2 +1,2 @@
+-#!/bin/bash
++#!/bin/sh
+ exec %PYTHON% -O %SHARE%cli/wicd-cli.py $@
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wicd/bashism.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list