[OpenAFS-devel] Small patches to document a ./configure option a little bit better (In my opinion)

Pedro Perez pperez@opensourcetechnologies.net
Fri, 10 Mar 2006 01:00:54 -0500


diff -Nur acinclude.m4 acinclude.m4.new
--- acinclude.m4        2006-03-09 09:50:44.000000000 -0500
+++ acinclude.m4.new    2006-03-09 09:51:18.000000000 -0500
@@ -16,7 +16,7 @@
 AC_ARG_ENABLE( obsolete,
 [  --enable-obsolete                   enable obsolete portions of AFS 
(mpp and package)],, enable_obsolete="no")
 AC_ARG_ENABLE( afsdb,
-[  --disable-afsdb                     disable AFSDB RR support],, 
enable_afsdb="yes")
+[  --disable-afsdb                     disable AFSDB DNS RR support],, 
enable_afsdb="yes")
 AC_ARG_ENABLE( pam,
 [  --disable-pam                       disable PAM support],, 
enable_pam="yes")
 AC_ARG_ENABLE( bos-restricted-mode,


diff -Nur aclocal.m4 aclocal.m4.new    
--- aclocal.m4  2006-03-02 01:49:57.000000000 -0500
+++ aclocal.m4.new      2006-03-09 09:51:50.000000000 -0500
@@ -28,7 +28,7 @@
 AC_ARG_ENABLE( obsolete,
 [  --enable-obsolete                   enable obsolete portions of AFS 
(mpp and package)],, enable_obsolete="no")
 AC_ARG_ENABLE( afsdb,
-[  --disable-afsdb                     disable AFSDB RR support],, 
enable_afsdb="yes")
+[  --disable-afsdb                     disable AFSDB DNS RR support],, 
enable_afsdb="yes")
 AC_ARG_ENABLE( pam,
 [  --disable-pam                       disable PAM support],, 
enable_pam="yes")
 AC_ARG_ENABLE( bos-restricted-mode,

diff -Nur configure configure.new  
--- configure   2006-03-02 01:49:58.000000000 -0500
+++ configure.new       2006-03-09 09:52:14.000000000 -0500
@@ -17,7 +17,7 @@
 ac_help="$ac_help
   --enable-obsolete                    enable obsolete portions of AFS 
(mpp and package)"
 ac_help="$ac_help
-  --disable-afsdb                      disable AFSDB RR support"
+  --disable-afsdb                      disable AFSDB DNS RR support"
 ac_help="$ac_help
   --disable-pam                        disable PAM support"
 ac_help="$ac_help

diff -Nur configure-libafs configure-libafs.new
--- configure-libafs    2006-03-02 01:49:59.000000000 -0500
+++ configure-libafs.new        2006-03-09 09:52:45.000000000 -0500
@@ -17,7 +17,7 @@
 ac_help="$ac_help
   --enable-obsolete                    enable obsolete portions of AFS 
(mpp and package)"
 ac_help="$ac_help
-  --disable-afsdb                      disable AFSDB RR support"
+  --disable-afsdb                      disable AFSDB DNS RR support"
 ac_help="$ac_help
   --disable-pam                        disable PAM support"
 ac_help="$ac_help


I am hoping that "AFSDB RR" stands for "AFSDB Resource Record" as in DNS 
RR. I am new to AFS, but not to DNS, so I might be wrong here, if so, 
just let me know and I will go read some more.

If this option means something else, please ignore this patch/s.

Thanks,
--
Pedro Perez