From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) by huchra.bufferbloat.net (Postfix) with ESMTP id BDD1621F3B0 for ; Thu, 9 Oct 2014 12:37:33 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1412883452; h=Sender: Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-Id: To: Reply-To: From: Date; bh=v+83GFivLP6WsbIyWIFqn6ZYxeWjRfOc7ngc8CLg0Pc=; b=QUmP2begjKByZ7kjq35XB7iU0tj0weLRoP4YcsGblNryuEbVolGstWgIaby/vTrUimnBfPXI 0gtCY9BCL3IOAZhSHp+gPhqenIDII7SagBAMzrUf5gT3IiSpJ3RldjxrYLlXe+Mn0hlKgQ21 BDjiAe2t4Ix7glsfq22p3Bh3/8M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; b=g3COx2zI7JFnOBEn3gehis2ZLH22LaJ/Lk4xlLV1fvy1nYLJyPY7F1lkYr1qp6hLHTqXla 4DP9hxVIvtKxn4/jnFQi0g5PHWSI2DFVd3fA8F7hHZgbsovU3pcJyMIkGPdtWuzyiRrRxp/a HG0CaCnpMDJUN0JuikfMcVnvDrpbo= Received: from github.com (Unknown [192.30.252.32]) by mxa.mailgun.org with ESMTP id 5436e3f3.7f736c1525d0-in2; Thu, 09 Oct 2014 19:37:23 -0000 (UTC) Date: Thu, 09 Oct 2014 12:37:03 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <5436e3dfa7cf1_21b13ff292e472c07968e@hookshot-fe4-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] 9a549e: Fix passing the interface name as 1st argument to ... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5436e3dfa76f8_21b13ff292e472c079523"; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Mailgun-Sid: WyIzOWVlZSIsICJjZXJvd3J0LWNvbW1pdHNAbGlzdHMuYnVmZmVyYmxvYXQubmV0IiwgIjQwZiJd Sender: noreply@github.com X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2014 19:38:03 -0000 ----==_mimepart_5436e3dfa76f8_21b13ff292e472c079523 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: 9a549ec888b46daad3ebc495c5ede3af506927ca https://github.com/dtaht/ceropackages-3.10/commit/9a549ec888b46daad3ebc495c5ede3af506927ca Author: Sebastian Moeller Date: 2014-10-09 (Thu, 09 Oct 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/stop.sh Log Message: ----------- Fix passing the interface name as 1st argument to stop.sh stop.sh was supposed to either act in ${IFACE} or take the name o the interface as 1st command line argument. Alas that functionality was broken, shold work now... ----==_mimepart_5436e3dfa76f8_21b13ff292e472c079523--