From 6b31ce7d2ddac1cf0ba93f572cc0242d758b2799 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Fri, 10 May 2013 19:28:28 +0400 Subject: syslogd has standard priority on illumos --- debian/changelog | 6 ++++++ debian/rules | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index bbca1d5..456bc10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +inetutils (2:1.9-2+dyson1) UNRELEASED; urgency=low + + * syslogd has standard priority on illumos + + -- Igor Pashev Fri, 10 May 2013 19:27:10 +0400 + inetutils (2:1.9-2) unstable; urgency=medium * Fix DoS against inetutils-ping via a crafted echo response. diff --git a/debian/rules b/debian/rules index 4911a56..4802e54 100755 --- a/debian/rules +++ b/debian/rules @@ -72,6 +72,12 @@ ifeq ($(DEB_HOST_ARCH_OS),linux) -e 's/@syslogd:Priority@/extra/g' \ < debian/control.in \ > debian/control +else ifeq ($(DEB_HOST_ARCH_OS),illumos) + sed \ + -e 's/@inetutils:Priority@/standard/g' \ + -e 's/@syslogd:Priority@/standard/g' \ + < debian/control.in \ + > debian/control else sed \ -e 's/@inetutils:Priority@/standard/g' \ -- cgit v1.2.3