# HG changeset patch # User Pascal Bellard # Date 1278066641 -7200 # Node ID 609498d2778d37bc970d100fed6e014b7e047ace # Parent 12a4bb727c8a3be89a12f42c9763caeff8fb9124 busybox: ensure mod is 4755 diff -r 12a4bb727c8a -r 609498d2778d busybox-pam/receipt --- a/busybox-pam/receipt Fri Jul 02 04:59:35 2010 +0000 +++ b/busybox-pam/receipt Fri Jul 02 12:30:41 2010 +0200 @@ -49,6 +49,7 @@ genpkg_rules() { cp -a $src/_install/* $fs + chmod 4755 $fs/bin/busybox rm -f $fs/sbin/depmod $fs/usr/bin/ar cp -a stuff/etc $fs mkdir -p $fs/etc/init.d diff -r 12a4bb727c8a -r 609498d2778d busybox/receipt --- a/busybox/receipt Fri Jul 02 04:59:35 2010 +0000 +++ b/busybox/receipt Fri Jul 02 12:30:41 2010 +0200 @@ -51,6 +51,7 @@ genpkg_rules() { cp -a $src/_install/* $fs + chmod 4755 $fs/bin/busybox rm -f $fs/sbin/depmod $fs/usr/bin/ar mkdir -p $fs/etc/init.d # Busybox config files. diff -r 12a4bb727c8a -r 609498d2778d postgresql/receipt --- a/postgresql/receipt Fri Jul 02 04:59:35 2010 +0000 +++ b/postgresql/receipt Fri Jul 02 12:30:41 2010 +0200 @@ -58,6 +58,7 @@ if ! grep -q postgres $1/etc/passwd; then echo -n "Adding user postgres..." chroot $1/ adduser postgres -D -H -h /var/lib/pgsql + rm -f /var/lib/pgsql/.* /var/lib/pgsql/* # ensure not to overload tux user i=1100 while grep -q ":$i:" $1/etc/passwd ; do i=$(( $i + 1 )); done