]> git.pld-linux.org Git - packages/wicd.git/blob - bashism.patch
- deps for systemd, according to PLD-doc/BuildRequires.txt
[packages/wicd.git] / bashism.patch
1 --- wicd-1.6.2.2/in/scripts/wicd-curses.in~     2009-11-06 22:35:54.137467255 +0200
2 +++ wicd-1.6.2.2/in/scripts=wicd-curses.in      2009-11-06 22:40:09.374108616 +0200
3 @@ -1,4 +1,4 @@
4 -#!/bin/bash
5 +#!/bin/sh
6  if [ ! -d "$HOME/.wicd" ]; then
7      mkdir -p "$HOME/.wicd"
8  fi
9 --- wicd-1.6.2.2/in/scripts=wicd.in~    2009-11-06 22:35:54.207466582 +0200
10 +++ wicd-1.6.2.2/in/scripts=wicd.in     2009-11-06 22:40:20.997500135 +0200
11 @@ -1,3 +1,3 @@
12 -#!/bin/bash
13 +#!/bin/sh
14  
15  exec python -O /usr/lib/wicd/wicd-daemon.py $@
16 --- wicd-1.6.2.2/in/scripts=wicd-client.in~     2009-11-06 22:35:54.284132812 +0200
17 +++ wicd-1.6.2.2/in/scripts=wicd-client.in      2009-11-06 22:41:19.855680431 +0200
18 @@ -1,4 +1,4 @@
19 -#!/bin/bash
20 +#!/bin/sh
21  BOLD=$(tput bold)
22  BLUE=$(tput setaf 4)
23  NC=$(tput sgr0)
24 --- wicd-1.7.0/in/init=lunar=wicd.in~   2010-01-15 06:49:11.000000000 +0200
25 +++ wicd-1.7.0/in/init=lunar=wicd.in    2010-01-19 09:37:35.202503440 +0200
26 @@ -1,4 +1,4 @@
27 -#!/bin/bash
28 +#!/bin/sh
29  #
30  # Startup script for wicd
31  #
32 --- wicd-1.7.0/in/scripts=wicd-cli.in~  2010-01-15 06:49:11.000000000 +0200
33 +++ wicd-1.7.0/in/scripts=wicd-cli.in   2010-01-19 09:37:49.590000593 +0200
34 @@ -1,2 +1,2 @@
35 -#!/bin/bash
36 +#!/bin/sh
37  exec %PYTHON% -O %SHARE%cli/wicd-cli.py $@
This page took 0.046054 seconds and 3 git commands to generate.