darwin-build-updates-20010910
authorChaskiel M Grundman <cg2v@andrew.cmu.edu>
Mon, 10 Sep 2001 21:07:32 +0000 (21:07 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 10 Sep 2001 21:07:32 +0000 (21:07 +0000)
separate plist on per-version basis

1.4 is not yet supported

configure.in
doc/html/QuickStartUnix/auqbg007.htm
src/afsd/Makefile.in
src/afsd/afs.ppc_darwin_12.plist [moved from src/afsd/afs.rc.darwin.plist with 100% similarity]
src/afsd/afs.ppc_darwin_13.plist [new file with mode: 0644]

index 086cb11..9335a9b 100644 (file)
@@ -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 \
index a1067da..3c2e557 100644 (file)
@@ -1331,6 +1331,7 @@ details, see the <I>IBM AFS Release Notes</I>.
 <P>The recommended AFS-related entries in the PAM configuration file make use
 of one or more of the following three attributes.
 <DL>
+<h4><br>Authentication Management</h4>
 <P><DT><B><TT>try_first_pass</TT>
 </B><DD>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
index 51c31c7..77e2532 100644 (file)
@@ -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.ppc_darwin_13.plist b/src/afsd/afs.ppc_darwin_13.plist
new file mode 100644 (file)
index 0000000..4c05dd1
--- /dev/null
@@ -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";
+  };
+}