From: Carsten Schlote <c.schl...@konzeptpark.de>

The postinst scripts seem to have problem with ubuntu.
As we have bash on our target, we can use bash here.

Signed-off-by: Carsten Schlote <c.schl...@konzeptpark.de>
---
 rules/busybox.postinst   |    2 +-
 rules/cvs.postinst       |    2 +-
 rules/dnsmasq.postinst   |    2 +-
 rules/fam.postinst       |    2 +-
 rules/inetutils.postinst |    2 +-
 rules/portmap.postinst   |    2 +-
 rules/pureftpd.postinst  |    2 +-
 rules/rsync.postinst     |    2 +-
 rules/urshd.postinst     |    2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/rules/busybox.postinst b/rules/busybox.postinst
index 6f56479..ff796a8 100644
--- a/rules/busybox.postinst
+++ b/rules/busybox.postinst
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # generate inetd.conf
 if [ -d $DESTDIR/etc/inetd.conf.d ] &&
diff --git a/rules/cvs.postinst b/rules/cvs.postinst
index 6f56479..ff796a8 100644
--- a/rules/cvs.postinst
+++ b/rules/cvs.postinst
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # generate inetd.conf
 if [ -d $DESTDIR/etc/inetd.conf.d ] &&
diff --git a/rules/dnsmasq.postinst b/rules/dnsmasq.postinst
index 6f56479..ff796a8 100644
--- a/rules/dnsmasq.postinst
+++ b/rules/dnsmasq.postinst
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # generate inetd.conf
 if [ -d $DESTDIR/etc/inetd.conf.d ] &&
diff --git a/rules/fam.postinst b/rules/fam.postinst
index 6f56479..ff796a8 100644
--- a/rules/fam.postinst
+++ b/rules/fam.postinst
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # generate inetd.conf
 if [ -d $DESTDIR/etc/inetd.conf.d ] &&
diff --git a/rules/inetutils.postinst b/rules/inetutils.postinst
index 6f56479..ff796a8 100644
--- a/rules/inetutils.postinst
+++ b/rules/inetutils.postinst
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # generate inetd.conf
 if [ -d $DESTDIR/etc/inetd.conf.d ] &&
diff --git a/rules/portmap.postinst b/rules/portmap.postinst
index 6f56479..ff796a8 100644
--- a/rules/portmap.postinst
+++ b/rules/portmap.postinst
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # generate inetd.conf
 if [ -d $DESTDIR/etc/inetd.conf.d ] &&
diff --git a/rules/pureftpd.postinst b/rules/pureftpd.postinst
index 6f56479..ff796a8 100644
--- a/rules/pureftpd.postinst
+++ b/rules/pureftpd.postinst
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # generate inetd.conf
 if [ -d $DESTDIR/etc/inetd.conf.d ] &&
diff --git a/rules/rsync.postinst b/rules/rsync.postinst
index 6f56479..ff796a8 100644
--- a/rules/rsync.postinst
+++ b/rules/rsync.postinst
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # generate inetd.conf
 if [ -d $DESTDIR/etc/inetd.conf.d ] &&
diff --git a/rules/urshd.postinst b/rules/urshd.postinst
index 6f56479..ff796a8 100644
--- a/rules/urshd.postinst
+++ b/rules/urshd.postinst
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # generate inetd.conf
 if [ -d $DESTDIR/etc/inetd.conf.d ] &&
-- 
1.6.5.6.gb3118


--
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to