# HG changeset patch # User Pascal Bellard # Date 1380015953 0 # Node ID 02b1ad05222573ad4a6d310c9db798601cf2d926 # Parent 6a0bb22dcc730a132bdc9848acf292fc3a7dece7 samba: remove some error triggers diff -r 6a0bb22dcc73 -r 02b1ad052225 samba-pam/receipt --- a/samba-pam/receipt Tue Sep 24 09:41:08 2013 +0000 +++ b/samba-pam/receipt Tue Sep 24 09:45:53 2013 +0000 @@ -30,7 +30,7 @@ --with-libsmbsharemodes --with-libsmbclient \ --with-pam --with-pammodulesdir=/lib/security \ --sysconfdir=/etc --localstatedir=/var \ - --mandir=/usr/share/man $CONFIGURE_ARGS && + --mandir=/usr/share/man $CONFIGURE_ARGS 2>&1 | grep -v AUTH_ERROR && make $MAKEFLAGS && make DESTDIR=$DESTDIR install || return 1 #rm -f $DESTDIR/usr/*bin/*.old diff -r 6a0bb22dcc73 -r 02b1ad052225 samba/receipt --- a/samba/receipt Tue Sep 24 09:41:08 2013 +0000 +++ b/samba/receipt Tue Sep 24 09:45:53 2013 +0000 @@ -28,7 +28,7 @@ --enable-shared-libs --enable-external-libtalloc --with-libtdb \ --with-libsmbsharemodes --with-libsmbclient --without-pam \ --sysconfdir=/etc --localstatedir=/var \ - --mandir=/usr/share/man $CONFIGURE_ARGS && + --mandir=/usr/share/man $CONFIGURE_ARGS 2>&1 | grep -v AUTH_ERROR && make -j1 && make -j1 DESTDIR=$DESTDIR install || return 1 #rm -f $DESTDIR/usr/*bin/*.old