From: Sam Hartman Date: Wed, 29 Nov 2000 18:22:47 +0000 (+0000) Subject: Commit X-Git-Tag: debian/1.0.snap20001106-8 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=41066168756ef4e8448a79021284d051bda86ac5;p=packages%2Fo%2Fopenafs.git Commit --- diff --git a/debian/afs-newcell b/debian/afs-newcell index 79ad38981..30ccd5f06 100644 --- a/debian/afs-newcell +++ b/debian/afs-newcell @@ -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 =~ /@/) { diff --git a/debian/afs-rootvol b/debian/afs-rootvol index c0a87b5a8..f8c97a7f0 100644 --- a/debian/afs-rootvol +++ b/debian/afs-rootvol @@ -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); diff --git a/debian/changelog b/debian/changelog index 3d200a5fb..c68aee450 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 29 Nov 2000 13:10:43 -0500 + openafs (1.0.snap20001106-7) unstable; urgency=low * Add command line options to afs-newcell diff --git a/debian/control b/debian/control index 4911d1148..a28e0f9c4 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/control.module b/debian/control.module index 1e22f336e..d61a2b0df 100644 --- a/debian/control.module +++ b/debian/control.module @@ -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 diff --git a/debian/control.module-image b/debian/control.module-image index bcb35e5f0..7ce7172ff 100644 --- a/debian/control.module-image +++ b/debian/control.module-image @@ -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 diff --git a/debian/openafs-client.templates b/debian/openafs-client.templates index f9b508378..8a14df534 100644 --- a/debian/openafs-client.templates +++ b/debian/openafs-client.templates @@ -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. +