aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-01-28 20:56:57 +0000
committerRuss Allbery <rra@stanford.edu>2008-01-28 20:56:57 +0000
commit40f8c162172f9f7d3b190da4a60449e4352d6205 (patch)
treea02642a1dd5bd4c3110cbc11d8120369d8c4ce2f
parente8a28a779553ea33987998afa5b29eb2ea4eee02 (diff)
* Change hard-coded wallet server to wallet.stanford.edu.
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules4
2 files changed, 3 insertions, 2 deletions
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