~ubuntu-branches/ubuntu/gutsy/syslog-ng/gutsy-security

« back to all changes in this revision

Viewing changes to doc/sgml/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Magosányi Árpád (mag)
  • Date: 2004-09-13 17:19:50 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20040913171950-exchl6q68goa4zi4
Tags: 1.6.4-2
* Added patch from Loic Minier to make init script more sane. Closes: #268820
* Added PATH to init script. Closes: #262224
* Only one instance of html documentation. Patch from Loic Minier. Closes: #268685
* Stops only once in prerm. Closes: #268848
* New syslog-ng.conf. Closes: #268686 
* Added Nate Campi's FAQ. Closes: #268998

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
NORMAL_UNINSTALL = :
58
58
PRE_UNINSTALL = :
59
59
POST_UNINSTALL = :
 
60
host_alias = @host_alias@
 
61
host_triplet = @host@
60
62
CC = @CC@
 
63
HAVE_LIB = @HAVE_LIB@
61
64
LEX = @LEX@
 
65
LIB = @LIB@
62
66
LIBOBJS = @LIBOBJS@
 
67
LTLIB = @LTLIB@
63
68
MAKEINFO = @MAKEINFO@
64
69
MAKE_CLASS = @MAKE_CLASS@
65
70
PACKAGE = @PACKAGE@
66
71
VERSION = @VERSION@
67
72
YACC = @YACC@
68
73
YFLAGS = @YFLAGS@
69
 
klogctl = @klogctl@
70
74
 
71
75
EXTRA_DIST = syslog-ng.sgml     syslog-ng.txt syslog-ng.ps syslog-ng.dvi syslog-ng.html.tar.gz
72
76