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 =~ /@/) {
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);
+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
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
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
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
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?
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.
+