-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backport most of the 3.0 PE features into OSE
- Loading branch information
Showing
170 changed files
with
21,460 additions
and
7,285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,10 @@ depcomp | |
install-sh | ||
missing | ||
mkinstalldirs | ||
cscope.out | ||
._* | ||
config.* | ||
stamp-h.in | ||
stamp-h | ||
ylwrap | ||
.*.swp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
SUBDIRS = src tests doc contrib solbuild tgzbuild | ||
SUBDIRS = src tests doc contrib debian tgz2build | ||
|
||
EXTRA_DIST = debian/README.Debian debian/copyright debian/syslog-ng.conf.example debian/syslog-ng.files debian/syslog-ng.logrotate debian/syslog-ng.postrm \ | ||
debian/changelog debian/changelog.in debian/rules debian/syslog-ng.default debian/syslog-ng.init debian/syslog-ng.logrotate.example debian/syslog-ng.preinst \ | ||
debian/control debian/syslog-ng.conf debian/syslog-ng.docs debian/syslog-ng.logcheck.ignore debian/syslog-ng.postinst VERSION \ | ||
syslog-ng.spec.bb syslog-ng.spec.bb.in dist.conf dist.conf.in | ||
EXTRA_DIST = VERSION \ | ||
syslog-ng.spec.bb syslog-ng.spec.bb.in dist.conf dist.conf.in ChangeLog | ||
|
||
debian/changelog: debian/changelog.in | ||
$(top_builddir)/config.status --file $@:$< | ||
.PHONY: ChangeLog | ||
|
||
ChangeLog: | ||
(cd $(top_srcdir); git log) > $@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.1.1 | ||
2.9.0 |
Oops, something went wrong.