]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Commit debian/1.0.snap20001106-8
authorSam Hartman <hartmans@debian.org>
Wed, 29 Nov 2000 18:22:47 +0000 (18:22 +0000)
committerSam Hartman <hartmans@debian.org>
Wed, 29 Nov 2000 18:22:47 +0000 (18:22 +0000)
debian/afs-newcell
debian/afs-rootvol
debian/changelog
debian/control
debian/control.module
debian/control.module-image
debian/openafs-client.templates

index 79ad389814298cb929f91890a586a3c2e9b2756b..30ccd5f060dc9bd5fcbc84f554a5c741baa9a58f 100644 (file)
@@ -105,7 +105,7 @@ print "If the fileserver is not running, this may hang for 30 seconds.\n";
 run("/etc/init.d/openafs-fileserver stop");
 $server = `hostname`;
 chomp $server;
-$admin = $rl->readline("What administrative principal should be used?") unless $admin;
+$admin = $rl->readline("What administrative principal should be used? ") unless $admin;
  die "Please specify an administrative user\n" unless $admin;
 $admin =~ s:/:.:g;
 if($admin =~ /@/) {
index c0a87b5a822de6a123949ebae834019489c9effd..f8c97a7f0e2cadfe4c25a854fd9c3cb48e5c6362 100644 (file)
@@ -70,7 +70,7 @@ In order to set up the root.afs volume, you must meet the following pre-conditio
 
 4) The AFS client must be running pointed at the new cell.
 eotext
-    $_ = $rl->readline("Do you meet these conditions? (Y/n) ");
+    $_ = $rl->readline("Do you meet these conditions? (y/n) ");
     unless (/^y/i ) {
        print "Please restart the script when you meet these conditions.\n";
        exit(1);
index 3d200a5fbdf0f95aad24b60eb329ac923c36f249..c68aee4500568a0dfb5b625b8297b858ec7ee687 100644 (file)
@@ -1,3 +1,13 @@
+openafs (1.0.snap20001106-8) unstable; urgency=low
+
+  * Modules no longer depend on the tlient; client depends on modules.
+    This works better for AFS, even though it is not the way packages like
+    alsa-base work.
+  * Fix several typos in configuration scripts.
+  * Clarify that it starts the client just after debconf.
+
+ -- Sam Hartman <hartmans@mit.edu>  Wed, 29 Nov 2000 13:10:43 -0500
+
 openafs (1.0.snap20001106-7) unstable; urgency=low
 
   * Add command line options to afs-newcell
index 4911d114829f8aee384d49f939cac1f6e0eca4e9..a28e0f9c47f686aa52528bce7c8afe1baa208531 100644 (file)
@@ -7,9 +7,8 @@ Standards-Version: 3.1.1
 
 Package: openafs-client
 Architecture: i386
-Depends: ${shlibs:Depends}, debconf, dnsutils
+Depends: ${shlibs:Depends}, debconf, dnsutils, openafs-modules
 Conflicts: arla
-Recommends: openafs-modules
 Description: The AFS distributed filesystem- client support
  AFS is a distributed filesystem allowing cross-platform sharing of
  files among multiple computers.  Facilities are provided for access
index 1e22f336e85de6b6f2c22758339ed23ed0a098c8..d61a2b0dfed43847f30d1270e6d90045afd40b72 100644 (file)
@@ -6,12 +6,11 @@ Standards-Version: 3.1.1
 
 Package: openafs-modules-=KVERS
 Conflicts: openafs-client (= 1.0.snap20001103-1)
-Depends: openafs-client
 Provides: openafs-modules
 Architecture: any
 Description: The AFS distributed filesystem- Kernel Module
  AFS is a distributed filesystem allowing cross-platform sharing of
  files among multiple computers.  Facilities are provided for access
  control, authentication, backup and administrative management.
  .
  This package provides the kernel module for the filesystem
+ AFS is a distributed filesystem allowing cross-platform sharing of
+ files among multiple computers.  Facilities are provided for access
+ control, authentication, backup and administrative management.
+ .
+ This package provides the kernel module for the filesystem
index bcb35e5f0bc6dc6122a9b68b2111c5d61b329727..7ce7172ff6b06e9ba2e18c9d6fd4e60e1e515448 100644 (file)
@@ -8,11 +8,10 @@ Package: openafs-modules-=KVERS
 Conflicts: openafs-client (= 1.0.snap20001103-1)
 Provides: openafs-modules
 Architecture: any
-Depends: openafs-client
 Recommends: kernel-image-=KVERS (= =KREVS)
 Description: The AFS distributed filesystem- Kernel Module
  AFS is a distributed filesystem allowing cross-platform sharing of
  files among multiple computers.  Facilities are provided for access
  control, authentication, backup and administrative management.
  .
  This package provides the kernel module for the filesystem
+ AFS is a distributed filesystem allowing cross-platform sharing of
+ files among multiple computers.  Facilities are provided for access
+ control, authentication, backup and administrative management.
+ .
+ This package provides the kernel module for the filesystem
index f9b50837835bd2a7107d61951ce125612ab308fa..8a14df534df053933ce0685f1b3586cd8e3ee879 100644 (file)
@@ -12,7 +12,6 @@ Description: What hosts are DB servers for your home cell?
  is configured.  When you are ready you can edit
  /etc/openafs/afs.conf.client to enable the client.
 
-
 Template: openafs-client/thiscell
 Type: string
 Description:  What AFS cell does this workstation belong to?
@@ -33,10 +32,11 @@ Description:  How large is your AFS cache (kb)?
 Template: openafs-client/run-client
 Type: boolean
 Default: true
-Description: Run Openafs client at boot?
+Description: Run Openafs client now and at boot?
  Should the Openafs filesystem be started and mounted at boot?
  Normally, most users who install the openafs-client package expect to
  run it at boot.  However, if you are planning on setting up a new
  cell or are on a laptop, you may not want it started at boot time.
  If you answer no to this question, run /etc/init.d/openafs-client
  force-start to run.
+