From f0cacf0d9062e2846c762356526214db6fae9a09 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 6 Oct 2005 23:03:15 +0000 Subject: [PATCH] * Remove the unused and uninstalled make-links script. --- debian/changelog | 1 + debian/make-links | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 debian/make-links 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 -- 2.39.5