From 40f8c162172f9f7d3b190da4a60449e4352d6205 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 28 Jan 2008 20:56:57 +0000 Subject: * Change hard-coded wallet server to wallet.stanford.edu. --- debian/changelog | 1 + debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b36dc47..a8e21a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ wallet (0.6-1) unstable; urgency=low - New wallet-admin command-line utility for the server. - The server supports enforcing a local object naming policy. - New wallet-report script (currently Stanford-specific). + * Change hard-coded wallet server to wallet.stanford.edu. -- diff --git a/debian/rules b/debian/rules index 3f77918..3378885 100755 --- a/debian/rules +++ b/debian/rules @@ -35,8 +35,8 @@ endif config.status: configure dh_testdir CFLAGS="$(CFLAGS)" ./configure $(SYSTEM) --prefix=/usr \ - --mandir=\$${prefix}/share/man --with-afs-libs=/usr/lib/afs \ - --with-wallet-server=lsdb-new.stanford.edu + --mandir=\$${prefix}/share/man --with-afs \ + --with-wallet-server=wallet.stanford.edu build: build-arch build-indep build-arch: build-stamp -- cgit v1.2.3