From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 77B7913832E for ; Tue, 19 Jul 2016 17:37:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7549921C028; Tue, 19 Jul 2016 17:37:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B07EAE0B6D for ; Tue, 19 Jul 2016 17:37:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F516340CCA for ; Tue, 19 Jul 2016 17:37:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D523E7DB for ; Tue, 19 Jul 2016 17:37:29 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1468946815.2984504c887afc9a36610eb7c20b097f7d1e70d0.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: conf.d/ X-VCS-Repository: proj/openrc X-VCS-Files: conf.d/staticroute.BSD.in conf.d/staticroute.GNU-kFreeBSD.in conf.d/staticroute.GNU.in conf.d/staticroute.Linux.in X-VCS-Directories: conf.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 2984504c887afc9a36610eb7c20b097f7d1e70d0 X-VCS-Branch: master Date: Tue, 19 Jul 2016 17:37:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 62556665-2e64-400a-8f1b-0541a2f4f356 X-Archives-Hash: e1eceedd6fe876662ade76298ec26c8e commit: 2984504c887afc9a36610eb7c20b097f7d1e70d0 Author: William Hubbs gmail com> AuthorDate: Tue Jul 19 16:35:12 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Jul 19 16:46:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=2984504c conf.d: remove staticroute file fragments conf.d/staticroute.BSD.in | 6 ------ conf.d/staticroute.GNU-kFreeBSD.in | 5 ----- conf.d/staticroute.GNU.in | 7 ------- conf.d/staticroute.Linux.in | 8 -------- 4 files changed, 26 deletions(-) diff --git a/conf.d/staticroute.BSD.in b/conf.d/staticroute.BSD.in deleted file mode 100644 index 4798473..0000000 --- a/conf.d/staticroute.BSD.in +++ /dev/null @@ -1,6 +0,0 @@ -# Separate multiple routes using ; or new lines. -# /etc/route.conf(5) takes precedence over this configuration. - -# Example static routes. See route(8) for syntax. -#staticroute="net 192.168.0.0 -netmask 255.255.255.0 10.73.1.1 -#net 192.168.1.0 -netmask 255.255.255.0 10.73.1.1" diff --git a/conf.d/staticroute.GNU-kFreeBSD.in b/conf.d/staticroute.GNU-kFreeBSD.in deleted file mode 100644 index 9f54152..0000000 --- a/conf.d/staticroute.GNU-kFreeBSD.in +++ /dev/null @@ -1,5 +0,0 @@ -# Separate multiple routes using ; or new lines. - -# Example static routes. See route(8) for syntax. -#staticroute="net 192.168.0.0 10.73.1.1 netmask 255.255.255.0 -#net 192.168.1.0 10.73.1.1 netmask 255.255.255.0" diff --git a/conf.d/staticroute.GNU.in b/conf.d/staticroute.GNU.in deleted file mode 100644 index 58d77e3..0000000 --- a/conf.d/staticroute.GNU.in +++ /dev/null @@ -1,7 +0,0 @@ -# Separate multiple routes using ; or new lines. -# /etc/route.conf(5) takes precedence over this configuration. - -# Example static routes. See route(8) for syntax. -# FIXME: "net ..." not supported -#staticroute="net 192.168.0.0 -netmask 255.255.255.0 --address 10.73.1.1 -#net 192.168.1.0 -netmask 255.255.255.0 --address 10.73.1.1" diff --git a/conf.d/staticroute.Linux.in b/conf.d/staticroute.Linux.in deleted file mode 100644 index 68d22eb..0000000 --- a/conf.d/staticroute.Linux.in +++ /dev/null @@ -1,8 +0,0 @@ -# Separate multiple routes using ; or new lines. - -# Example static routes. See route(8) for syntax. -#staticroute="net 192.168.0.0 netmask 255.255.255.0 gw 10.73.1.1 -#net 192.168.1.0 netmask 255.255.255.0 gw 10.73.1.1" - -# Example static routes using iproute2. See ip(8) for syntax. -#staticiproute="192.168.0.0/24 via 10.73.1.1; 192.168.1.0/24 via 10.73.1.1"