summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Mario Preksavec2015-02-04 15:28:31 +0100
committer Willy Sudiarto Raharjo2015-02-07 09:21:06 +0100
commitd84fccba2cb4665f860f66e952c451fc096de412 (patch)
treea9fe3a4f1d2651ad5d1ab57249f57f6a14174140 /network
parenta8bc758925f471ce443700e86de078cd778c65e1 (diff)
downloadslackbuilds-d84fccba2cb4665f860f66e952c451fc096de412.tar.gz
network/oidentd: Maintainer info update + minor fixes
Diffstat (limited to 'network')
-rw-r--r--network/oidentd/README4
-rw-r--r--network/oidentd/oidentd.SlackBuild10
-rw-r--r--network/oidentd/oidentd.info4
-rw-r--r--network/oidentd/slack-desc2
4 files changed, 10 insertions, 10 deletions
diff --git a/network/oidentd/README b/network/oidentd/README
index 91ad271c18..da1248ee15 100644
--- a/network/oidentd/README
+++ b/network/oidentd/README
@@ -4,5 +4,5 @@ oidentd is an ident (rfc1413 compliant) daemon that runs on Linux, Darwin,
FreeBSD, OpenBSD, NetBSD and Solaris. oidentd can handle IP masqueraded/NAT
connections on Linux, Darwin, FreeBSD (ipf only), OpenBSD and NetBSD.
oidentd has a flexible mechanism for specifying ident responses. Users can
-be granted permission to specify their own ident responses. Responses can be
-specified according to host and port pairs.
+be granted permission to specify their own ident responses. Responses can
+be specified according to host and port pairs.
diff --git a/network/oidentd/oidentd.SlackBuild b/network/oidentd/oidentd.SlackBuild
index d5d0114ba7..7a4c63056e 100644
--- a/network/oidentd/oidentd.SlackBuild
+++ b/network/oidentd/oidentd.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for oidentd
-# Copyright 2012, mario <mario@slackverse.org>
+# Copyright 2012, 2015 Mario Preksavec, Zagreb, HR
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -64,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 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/network/oidentd/oidentd.info b/network/oidentd/oidentd.info
index 7701dcaff4..209fea7a9b 100644
--- a/network/oidentd/oidentd.info
+++ b/network/oidentd/oidentd.info
@@ -6,5 +6,5 @@ MD5SUM="c3d9a56255819ef8904b867284386911"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="mario"
-EMAIL="mario@slackverse.org"
+MAINTAINER="Mario Preksavec"
+EMAIL="mario at slackware dot hr"
diff --git a/network/oidentd/slack-desc b/network/oidentd/slack-desc
index 356b5589d4..6ef38e7514 100644
--- a/network/oidentd/slack-desc
+++ b/network/oidentd/slack-desc
@@ -16,4 +16,4 @@ oidentd: ident responses. Users can be granted permission to specify their
oidentd: own ident responses. Responses can be specified according to host
oidentd: and port pairs.
oidentd:
-oidentd: homepage: http://ojnk.sourceforge.net/
+oidentd: Homepage: http://ojnk.sourceforge.net/