diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-02-21 10:13:44 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-28 11:38:40 +0700 |
commit | 738a20b3fb842d75fc0db31a9323021fefc17eed (patch) | |
tree | bd587597af39a4e91bd0fca9a770994b10df9074 /libraries/libdaemon | |
parent | c48ca795ad637734075e239b44cb9e6aa81ea975 (diff) | |
download | slackbuilds-738a20b3fb842d75fc0db31a9323021fefc17eed.tar.gz |
libraries/libdaemon: New maintainer + template update.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'libraries/libdaemon')
-rw-r--r-- | libraries/libdaemon/libdaemon.SlackBuild | 7 | ||||
-rw-r--r-- | libraries/libdaemon/libdaemon.info | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/libraries/libdaemon/libdaemon.SlackBuild b/libraries/libdaemon/libdaemon.SlackBuild index c2faffb9ce..da3dedaaa2 100644 --- a/libraries/libdaemon/libdaemon.SlackBuild +++ b/libraries/libdaemon/libdaemon.SlackBuild @@ -20,9 +20,8 @@ # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT # OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. - -# Maintained as of version 0.14 by Niels Horn <niels.horn@gmail.com> -# Revision date: 2010/12/29 +# +# Maintained by David Spencer <baildon.research@googlemail.com> PRGNAM=libdaemon VERSION=${VERSION:-0.14} @@ -69,7 +68,7 @@ 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 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/libraries/libdaemon/libdaemon.info b/libraries/libdaemon/libdaemon.info index d9335c4af3..d11a89658b 100644 --- a/libraries/libdaemon/libdaemon.info +++ b/libraries/libdaemon/libdaemon.info @@ -6,5 +6,5 @@ MD5SUM="509dc27107c21bcd9fbf2f95f5669563" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Niels Horn" -EMAIL="niels.horn@gmail.com" +MAINTAINER="David Spencer" +EMAIL="baildon.research@googlemail.com" |