From: Russ Allbery Date: Thu, 6 Oct 2005 23:03:15 +0000 (+0000) Subject: * Remove the unused and uninstalled make-links script. X-Git-Tag: debian/1.4.0-1~9 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f0cacf0d9062e2846c762356526214db6fae9a09;p=packages%2Fo%2Fopenafs.git * Remove the unused and uninstalled make-links script. --- diff --git a/debian/changelog b/debian/changelog index e1eaea754..14a7bfab5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 index 78ddaecee..000000000 --- a/debian/make-links +++ /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