wok-next diff parted/receipt @ rev 10721

postfix: Fixed uid for postdrop group and postfix user. We should use uid 75 for postfix user and uid 73 for postdrop. Postdrop group was seting itself to 1000 uid before.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 28 18:20:04 2011 +0000 (2011-05-28)
parents c495ec2fb86d
children a819813b21c9
line diff
     1.1 --- a/parted/receipt	Tue May 17 13:38:44 2011 +0200
     1.2 +++ b/parted/receipt	Sat May 28 18:20:04 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="parted"
     1.7 -VERSION="2.3"
     1.8 +VERSION="2.4"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="GNU parted partition editor."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -23,7 +23,8 @@
    1.13  		--disable-debug \
    1.14  		--disable-Werror \
    1.15  		--without-readline \
    1.16 -		--disable-device-mapper &&
    1.17 +		--disable-device-mapper \
    1.18 +		$CONFIGURE_ARGS &&
    1.19  	make && make install
    1.20  }
    1.21