]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Fix typos
authorSam Hartman <hartmans@debian.org>
Sat, 21 Jul 2001 14:56:50 +0000 (14:56 +0000)
committerSam Hartman <hartmans@debian.org>
Sat, 21 Jul 2001 14:56:50 +0000 (14:56 +0000)
debian/openafs-client.config
debian/openafs-client.templates
debian/openafs-fileserver.config

index 7655bec7145571c98f5917e4171ac7f3071124a7..7252034de9379f7cf1ba96fdf1f2338cd16de638 100644 (file)
@@ -3,7 +3,7 @@
 . /usr/share/debconf/confmodule ||exit
 
 db_version 2.0
-if [ -r /etc/openafs/ThisCell] ; then
+if [ -r /etc/openafs/ThisCell ] ; then
     read cell </etc/openafs/ThisCell
     db_set openafs-client/thiscell $cell
     fi
@@ -11,7 +11,7 @@ db_get openafs-client/thiscell || true
 if [ "x$RET" = "x" ] ; then
        db_set openafs-client/thiscell `dnsdomainname | tr 'A-Z' 'a-z'`
        fi
-if [ -r /etc/openafs/cacheinfo] ; then
+if [ -r /etc/openafs/cacheinfo ] ; then
     IFS=: read mountpoint cachedir cachesize  </etc/openafs/cacheinfo
     db_set openafs-client/cachesize $cachesize
     fi
index dfc3f86cb8a0326df0e2b8f831861f52e140f522..845863cfcd2a0eca24c9dfd9519a997f8993ec14 100644 (file)
@@ -41,12 +41,12 @@ Description: Run Openafs client now and at boot?
  force-start to run.
 
 Template: openafs-client/afsdb
-Type: string
+Type: boolean
 Default: true
 Description: Look up AFS cells in DNS?
  In order to contact an AFS cell, you need the IP addresses of the
  cell's database servers.  Normally, this information is read from
  /etc/openafs/CellServDB.  However, if Openafs cannot find a cell in
  that file it can use DNS to look for AFSDB records that contain the
-information.
+ information.
 
index d90f89babb4e0bad053c1e0c54fc5d72f5bf5ffa..9e27d4b60cbc8afb3eb8da4449a6c982ab65a7ec 100644 (file)
@@ -3,7 +3,7 @@
 . /usr/share/debconf/confmodule || exit
 
 db_version 2.0
-if [ -r /etc/openafs/server/ThisCell] ; then
+if [ -r /etc/openafs/server/ThisCell ] ; then
     read cell </etc/openafs/server/ThisCell
     db_set openafs-fileserver/thiscell $cell
     fi