93a0b3e938
* gdomain now has a -K flag * gsend has the -b flag * the default gsubrc doesn't escape '+' characters * the time format of the default gsubrc is adjustable * sundry WQP bugfixes * bug fix to stop gsub from dropping messages * MacOSX compatibility fixes * gkinfo has a -y flag * much more verbose diagnostics when things go wrong with keys * partial fix to the galed spum problem (not a real fix though) * don't be as verbose about "replaced .. with __" messages * more mostly unrelated liboop fixes
15 lines
664 B
Text
15 lines
664 B
Text
$NetBSD: patch-aa,v 1.4 2005/09/07 13:58:16 adam Exp $
|
|
|
|
--- Makefile.in.orig 2003-01-12 15:19:09.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -412,10 +412,6 @@ install-data-local:
|
|
mkdir -p "$(DESTDIR)$(sysconfdir)/gale/auth/cache"
|
|
chmod 1777 "$(DESTDIR)$(sysconfdir)/gale/auth/local"
|
|
chmod 777 "$(DESTDIR)$(sysconfdir)/gale/auth/cache"
|
|
- $(INSTALL_DATA) "$(srcdir)/kutils/ROOT" \
|
|
- "$(DESTDIR)$(sysconfdir)/gale/auth/trusted/ROOT"
|
|
- $(INSTALL_DATA) "$(srcdir)/COPYING" \
|
|
- "$(DESTDIR)$(sysconfdir)/gale/COPYING"
|
|
-chmod -R a+rX "$(DESTDIR)$(sysconfdir)/gale" 2>/dev/null
|
|
@echo ""
|
|
@echo "*** now run $(DESTDIR)$(bindir)/gale-install ... even for an upgrade ***"
|