]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
* Remove the unused and uninstalled make-links script.
authorRuss Allbery <rra@debian.org>
Thu, 6 Oct 2005 23:03:15 +0000 (23:03 +0000)
committerRuss Allbery <rra@debian.org>
Thu, 6 Oct 2005 23:03:15 +0000 (23:03 +0000)
debian/changelog
debian/make-links [deleted file]

index e1eaea75448bd04220d184d53edd188365614dbd..14a7bfab57d87826dd6a1978f31d163a88d237a3 100644 (file)
@@ -5,6 +5,7 @@ openafs (1.4rc6-1) unstable; urgency=low
   * Install afsd in /sbin rather than /usr/sbin.  While putting /usr in
     AFS isn't as common as it once was, no reason to make it harder than
     it needs to be.
+  * Remove the unused and uninstalled make-links script.
 
  --
 
diff --git a/debian/make-links b/debian/make-links
deleted file mode 100644 (file)
index 78ddaec..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh -e
-mkdir -p /usr/afs 2>/dev/null || true
-cd /usr/afs
-ln -s /etc/openafs/server etc
-ln -s /etc/openafs/server-local local
-ln -s /var/lib/openafs/db db
-ln -s /var/log/openafs logs
-ln -s /var/lib/openafs/cores cores
-ln -s /usr/lib/openafs bin