]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Fix the sample CellServDB entry output by afs-newcell
authorRuss Allbery <rra@debian.org>
Fri, 10 Sep 2010 17:28:00 +0000 (10:28 -0700)
committerRuss Allbery <rra@debian.org>
Fri, 10 Sep 2010 18:18:30 +0000 (11:18 -0700)
* Fix the sample CellServDB entry printed by afs-newcell if the cell
  isn't found in /etc/openafs/CellServDB to include the correct server
  syntax.  Thanks, Peter Palfrader.

debian/afs-newcell
debian/changelog

index bacc999908787e7e123c8b764bcf21a23a656944..73e025b4ac539a4bc972b3b7917bf228a4c4cc54 100755 (executable)
@@ -175,7 +175,7 @@ unless ($found) {
     print "The new cell $cell is not configured in /etc/openafs/CellServDB\n";
     print "Add configuration like:\n\n";
     print ">$cell\n";
-    print inet_ntoa($ip), "\n\n";
+    print inet_ntoa($ip), "\t\t\t#$server\n\n";
     print "to that file before continuing.\n";
     exit(1);
 }
index 18dc3e75453a1ced14643c76de5c527a46565c42..5dedca769622332826861b7a103723eecdb4de1c 100644 (file)
@@ -6,6 +6,9 @@ openafs (1.4.12.1+dfsg-4) UNRELEASED; urgency=low
   * Add a dependency on libc6-dev to openafs-modules-dkms.  dkms doesn't
     depend on it because most kernel modules don't need it, but openafs
     builds userspace helper programs.  Thanks, Peter Palfrader.
+  * Fix the sample CellServDB entry printed by afs-newcell if the cell
+    isn't found in /etc/openafs/CellServDB to include the correct server
+    syntax.  Thanks, Peter Palfrader.
 
  -- Russ Allbery <rra@debian.org>  Fri, 27 Aug 2010 17:52:19 -0700