- Fix a typo like mistakes. No functional changes.

Reported by:	W.C.A. Wijngaards <wouter at nlnetlabs.nl>
This commit is contained in:
Sergey Matveychuk 2008-05-14 11:31:30 +00:00
parent 2d5d17948d
commit 4e0a74d642
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213025
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
$(INSTALL) -c -m 644 $(srcdir)/doc/unbound-host.1 $(mandir)/man1
$(INSTALL) -c -m 644 $(srcdir)/doc/libunbound.3 $(mandir)/man3
- if test ! -e $(configfile); then $(INSTALL) -d `dirname $(configfile)`; $(INSTALL) -c -m 644 $(srcdir)/doc/example.conf $(configfile); fi
+ $(INSTALL) -d `dirname $(configfile)`; $(INSTALL) -c -m 644 $(srcdir)/doc/example.conf $(configfile).sample; fi
+ $(INSTALL) -d `dirname $(configfile)`; $(INSTALL) -c -m 644 $(srcdir)/doc/example.conf $(configfile).sample
$(LIBTOOL) --mode=install cp $(srcdir)/libunbound/unbound.h $(includedir)/unbound.h
$(LIBTOOL) --mode=install cp libunbound.la $(libdir)
$(LIBTOOL) --mode=finish $(libdir)

View file

@ -8,7 +8,7 @@ POST-DEINSTALL)
echo "===> post-deinstallation information for $1:"
echo ""
echo " Note:"
echo " Squid related user accounts and groups were not removed."
echo " Unbound related user accounts and groups were not removed."
echo ""
echo " To remove the 'unbound' user and the 'unbound' group which were"
echo " created by a default installation of this package, run"