[email protected] wrote: > From: Carsten Schlote <[email protected]> > > The postinst scripts seem to have problem with ubuntu. > As we have bash on our target, we can use bash here.
but I don't have :P Marc > > Signed-off-by: Carsten Schlote <[email protected]> > --- > 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 ] && -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions | Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |
signature.asc
Description: OpenPGP digital signature
-- ptxdist mailing list [email protected]
