diff --git a/tor/.md5sum b/tor/.md5sum index 567674f01..94ca3c5a9 100644 --- a/tor/.md5sum +++ b/tor/.md5sum @@ -1,2 +1,2 @@ -9404ea3f6e4b01af01a34e95cd937723 tor-0.2.0.22-rc.tar.gz +feeda28383dc229ed8da9c8baf590f74 tor-0.2.0.23-rc.tar.gz f9c115a1cf34b9f96aa2a20281c37b0c tor.rc diff --git a/tor/Pkgfile b/tor/Pkgfile index d5ed38a51..9b0f392ee 100644 --- a/tor/Pkgfile +++ b/tor/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libevent openssl zlib name=tor -version=0.2.0.22-rc +version=0.2.0.23-rc release=1 source=(http://tor.eff.org/dist/tor-$version.tar.gz \ tor.rc) diff --git a/tor/pre-install b/tor/pre-install index b89114fb1..cdbabcfd5 100755 --- a/tor/pre-install +++ b/tor/pre-install @@ -28,9 +28,9 @@ if ! getent passwd $USER > /dev/null; then /usr/sbin/useradd -g $GROUP -c "$USER_COMMENT" -d $USER_HOME -s $USER_SHELL $USER if [ $? -eq 0 ]; then echo "User: $USER added." - /usr/bin/passwd -l $USER + /usr/bin/passwd -l $USER > /dev/null if [ $? -eq 0 ]; then - echo "Locked $USER account." + echo "Locked: $USER account." fi else echo "ERROR: unable to lock $USER account."