pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
auto-admin: Gather data for exists() issue on CentOS
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Tue Sep 5 19:17:11 2017 -0500
Changeset: 9087f68380ceceb5692774d095e1eec8f6506c6a
Modified Files:
auto-admin/Makefile
auto-admin/PLIST.Linux
Log Message:
auto-admin: Gather data for exists() issue on CentOS
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9087f68380ceceb5692774d095e1eec8f6506c6a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
auto-admin/Makefile | 6 ++++--
auto-admin/PLIST.Linux | 7 +++++++
2 files changed, 11 insertions(+), 2 deletions(-)
diffs:
diff --git a/auto-admin/Makefile b/auto-admin/Makefile
index 40e0eff3df..ffb874c111 100644
--- a/auto-admin/Makefile
+++ b/auto-admin/Makefile
@@ -28,13 +28,15 @@ INSTALLATION_DIRS= sbin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/Common/Scripts/* \
${DESTDIR}${PREFIX}/sbin
- ls ${WRKSRC}/${OPSYS}/Scripts
+# ls ${WRKSRC}/${OPSYS}/Scripts
# This does not work
#.if exists(${WRKSRC}/${OPSYS}/Scripts)
# This does not work
#.if exists(/usr/pkgsrc/wip/auto-admin/work/auto-admin-0.4.0)
-# This does work
+# This does work on NetBSD, but not CentOS 6
# .if exists(/usr/pkgsrc/wip/auto-admin/work)
+# This workis on CentOS 6
+# .if exists(/usr/pkgsrc/wip/auto-admin)
# Temporary hack
.if ${OPSYS} == NetBSD
@${ECHO} "Installing ${WRKSRC}/${OPSYS}/Scripts/*"
diff --git a/auto-admin/PLIST.Linux b/auto-admin/PLIST.Linux
index 420f0626b2..c12d451121 100644
--- a/auto-admin/PLIST.Linux
+++ b/auto-admin/PLIST.Linux
@@ -4,7 +4,12 @@ sbin/auto-admin
sbin/auto-append-line
sbin/auto-ask
sbin/auto-backup-file
+sbin/auto-change-group-gid
+sbin/auto-change-group-ownership
+sbin/auto-change-primary-group
+sbin/auto-change-uid
sbin/auto-clean-pkgsrc
+sbin/auto-clean-tmp
sbin/auto-cuda-install
sbin/auto-denyhosts-remove-ip
sbin/auto-denyhosts-setup
@@ -19,6 +24,7 @@ sbin/auto-insert-line
sbin/auto-ldap-adduser
sbin/auto-ldap-client-setup
sbin/auto-ostype
+sbin/auto-passwd-user-expiration
sbin/auto-pkgsrc-add-license
sbin/auto-pkgsrc-setup
sbin/auto-pkgsrc-wip-checkout
@@ -28,6 +34,7 @@ sbin/auto-pxe-node-discover
sbin/auto-register-dhcp-hostname
sbin/auto-replace-file
sbin/auto-restore-pw
+sbin/auto-restore-user
sbin/auto-set-memory-limits
sbin/auto-set-sysctl
sbin/auto-set-umask
Home |
Main Index |
Thread Index |
Old Index