From cebb45869896927fba2c271efb8de7bd522d43bf Mon Sep 17 00:00:00 2001 From: "Ryan P.C. McQuen" Date: Mon, 14 Apr 2014 23:14:20 +0700 Subject: network/etherape: New maintainer. Signed-off-by: Willy Sudiarto Raharjo --- network/etherape/etherape.SlackBuild | 9 +++++---- network/etherape/etherape.info | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'network/etherape') diff --git a/network/etherape/etherape.SlackBuild b/network/etherape/etherape.SlackBuild index 9cee811d97..88f887dd01 100644 --- a/network/etherape/etherape.SlackBuild +++ b/network/etherape/etherape.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for etherape # Copyright 2011-2013 Chris Abela, Malta +# Copyright 2014 Ryan P.C. McQuen, WA, ryan.q@linux.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -63,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # scrollkeeper was replaced by rarian, so it is disabled CFLAGS="$SLKCFLAGS" \ diff --git a/network/etherape/etherape.info b/network/etherape/etherape.info index 779c706b9b..c7bda1dd07 100644 --- a/network/etherape/etherape.info +++ b/network/etherape/etherape.info @@ -6,5 +6,5 @@ MD5SUM="90f3ed3f14594b7b711b6a71fa7cbef9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libgnomeui" -MAINTAINER="Chris Abela" -EMAIL="kristofru@gmail.com" +MAINTAINER="Ryan P.C. McQuen" +EMAIL="ryan.q@linux.com" -- cgit v1.2.3-65-gdbad