summaryrefslogtreecommitdiffstats
path: root/source/n/yptools/yptools.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/yptools/yptools.SlackBuild')
-rwxr-xr-xsource/n/yptools/yptools.SlackBuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/source/n/yptools/yptools.SlackBuild b/source/n/yptools/yptools.SlackBuild
index f357f5be5..6d3842217 100755
--- a/source/n/yptools/yptools.SlackBuild
+++ b/source/n/yptools/yptools.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2016, 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2016, 2017, 2018, 2020, 2021, 2023 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,12 +25,12 @@ cd $(dirname $0) ; CWD=$(pwd)
# Package version number:
PKGNAM=yptools
VERSION=4.2.3
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-6}
YPTOOLS=$VERSION
YPBINDMT=2.7.2
#YPMAKE=0.11
-YPSERV=4.1
+YPSERV=4.2
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -119,10 +119,12 @@ cat ypwhich > $PKG/usr/bin/ypwhich
ln -sf yppasswd ypchfn
ln -sf yppasswd ypchsh )
mkdir -p $PKG/usr/sbin
+cat yp_dump_binding > $PKG/usr/sbin/yp_dump_binding
cat yppoll > $PKG/usr/sbin/yppoll
cat ypset > $PKG/usr/sbin/ypset
+cat yptest > $PKG/usr/sbin/yptest
( cd $PKG/usr/sbin
- chmod 755 yppoll ypset )
+ chmod 755 yp_dump_binding yppoll ypset yptest )
cd ../man
mkdir -p $PKG/usr/man/man{1,5,8}
cat nicknames.5 | gzip -9c > $PKG/usr/man/man5/nicknames.5.gz