~ubuntu-branches/ubuntu/raring/maradns/raring

« back to all changes in this revision

Viewing changes to update/1.3.07.08/maradns-1.3.07.07-ip_not_ipconfig.patch

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry
  • Date: 2010-01-24 12:17:40 UTC
  • mfrom: (1.1.13 upstream) (10.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100124121740-a4e1fjobwaouz443
Tags: 1.4.02-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- maradns-1.3.07.07/sqa/regressions/mararc_n_ipv6_bind_address/do.test        2007-11-26 11:20:31.000000000 -0600
2
 
+++ maradns-1.3.07.08/sqa/regressions/mararc_n_ipv6_bind_address/do.test        2007-12-12 12:36:01.000000000 -0600
3
 
@@ -16,7 +16,7 @@
4
 
 EOF
5
 
 
6
 
 # Give localhost the fecf:aff0::1 address
7
 
-ifconfig lo add fecf:aff0::1
8
 
+ip ad add fecf:aff0::1/128 dev lo
9
 
 #route add fecf:aff0::1 lo
10
 
 
11
 
 # OK, test the server
12
 
@@ -32,5 +32,5 @@
13
 
 rm mararc
14
 
 rm db.example.com
15
 
 
16
 
-ifconfig lo del fecf:aff0::1
17
 
+ip ad del fecf:aff0::1/128 dev lo
18