From 7303f3148e23ce9904de833c86953bd0b284a4f4 Mon Sep 17 00:00:00 2001 From: Chaskiel M Grundman Date: Mon, 10 Sep 2001 21:07:32 +0000 Subject: [PATCH] darwin-build-updates-20010910 separate plist on per-version basis 1.4 is not yet supported --- configure.in | 8 +++++++- doc/html/QuickStartUnix/auqbg007.htm | 1 + src/afsd/Makefile.in | 2 +- .../{afs.rc.darwin.plist => afs.ppc_darwin_12.plist} | 0 src/afsd/afs.ppc_darwin_13.plist | 11 +++++++++++ 5 files changed, 20 insertions(+), 2 deletions(-) rename src/afsd/{afs.rc.darwin.plist => afs.ppc_darwin_12.plist} (100%) create mode 100644 src/afsd/afs.ppc_darwin_13.plist diff --git a/configure.in b/configure.in index 086cb1129..9335a9b37 100644 --- a/configure.in +++ b/configure.in @@ -206,9 +206,15 @@ else ;; powerpc-apple-darwin1.2*) AFS_SYSNAME="ppc_darwin_12" + DARWIN_PLIST=src/afsd/afs.${AFS_SYSNAME}.plist ;; powerpc-apple-darwin1.3*) AFS_SYSNAME="ppc_darwin_13" + DARWIN_PLIST=src/afsd/afs.${AFS_SYSNAME}.plist + ;; + powerpc-apple-darwin1.4*) + AFS_SYSNAME="ppc_darwin_14" + DARWIN_PLIST=src/afsd/afs.${AFS_SYSNAME}.plist ;; sparc-sun-solaris2.5*) AFS_SYSNAME="sun4x_55" @@ -456,7 +462,7 @@ AC_OUTPUT( \ Makefile \ src/afs/Makefile \ src/afsd/Makefile \ -src/afsd/afs.ppc_darwin.plist \ +${DARWIN_PLIST} \ src/afsmonitor/Makefile \ src/afsweb/Makefile \ src/audit/Makefile \ diff --git a/doc/html/QuickStartUnix/auqbg007.htm b/doc/html/QuickStartUnix/auqbg007.htm index a1067dad2..3c2e55778 100644 --- a/doc/html/QuickStartUnix/auqbg007.htm +++ b/doc/html/QuickStartUnix/auqbg007.htm @@ -1331,6 +1331,7 @@ details, see the IBM AFS Release Notes.

The recommended AFS-related entries in the PAM configuration file make use of one or more of the following three attributes.

+


Authentication Management

try_first_pass
This is a standard PAM attribute that can be included on entries after the first one for a service; it directs the module to use the password that diff --git a/src/afsd/Makefile.in b/src/afsd/Makefile.in index 51c31c704..77e253219 100644 --- a/src/afsd/Makefile.in +++ b/src/afsd/Makefile.in @@ -119,7 +119,7 @@ dest: ${DEST}/root.client/usr/vice/etc/afsd ${DEST}/etc/vsys ${INSTALL} -f afs.conf.linux ${DEST}/root.client/usr/vice/etc/afs.conf ;; \ ppc_darwin*) \ mkdir -p ${DEST}/root.client/usr/vice/etc/afs.kext/Contents/MacOS ;\ - ${INSTALL} -f afs.ppc_darwin.plist ${DEST}/root.client/usr/vice/etc/afs.kext/Contents/Info.plist ; \ + ${INSTALL} -f afs.${SYS_NAME}.plist ${DEST}/root.client/usr/vice/etc/afs.kext/Contents/Info.plist ; \ ${INSTALLex} -f afs.rc.darwin ${DEST}/root.client/usr/vice/etc/afs.rc ; \ ${INSTALL} -f afs.rc.darwin.plist ${DEST}/root.client/usr/vice/etc/StartupParameters.plist ;; \ *fbsd*) \ diff --git a/src/afsd/afs.rc.darwin.plist b/src/afsd/afs.ppc_darwin_12.plist similarity index 100% rename from src/afsd/afs.rc.darwin.plist rename to src/afsd/afs.ppc_darwin_12.plist diff --git a/src/afsd/afs.ppc_darwin_13.plist b/src/afsd/afs.ppc_darwin_13.plist new file mode 100644 index 000000000..4c05dd1f0 --- /dev/null +++ b/src/afsd/afs.ppc_darwin_13.plist @@ -0,0 +1,11 @@ +{ + Description = "OpenAFS network file system"; + Provides = ("AFS"); + Requires = ("Resolver"); + OrderPreference = "None"; + Messages = + { + start = "Starting OpenAFS file system"; + stop = "Stopping OpenAFS file system"; + }; +} -- 2.39.5