File: 0002-Split-example-config-files.patch

package info (click to toggle)
bird 1.6.8-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 4,516 kB
  • sloc: ansic: 43,639; sh: 3,364; perl: 2,022; lex: 678; makefile: 238; xml: 204; sed: 13
file content (21 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?b?T25kxZllaiBTdXLDvQ==?= <ondrej@debian.org>
Date: Sun, 18 Sep 2016 11:26:45 +0200
Subject: Split example config files

---
 doc/bird.conf.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/bird.conf.example b/doc/bird.conf.example
index bbfe002..44dfc53 100644
--- a/doc/bird.conf.example
+++ b/doc/bird.conf.example
@@ -10,7 +10,7 @@
 #log "tmp" all;
 
 # Override router ID
-#router id 198.51.100.1;
+router id 198.51.100.1;
 
 # You can define your own symbols...
 #define xyzzy = (120+10);