[arch-commits] Commit in linux-atm/repos (5 files)

2012-05-04 Thread Dave Reisner
Date: Friday, May 4, 2012 @ 23:12:24
  Author: dreisner
Revision: 158611

db-move: moved linux-atm from [testing] to [core] (x86_64)

Added:
  linux-atm/repos/core-x86_64/PKGBUILD
(from rev 158609, linux-atm/repos/testing-x86_64/PKGBUILD)
  linux-atm/repos/core-x86_64/man-pages.patch
(from rev 158609, linux-atm/repos/testing-x86_64/man-pages.patch)
Deleted:
  linux-atm/repos/core-x86_64/PKGBUILD
  linux-atm/repos/core-x86_64/man-pages.patch
  linux-atm/repos/testing-x86_64/

-+
 PKGBUILD|   62 +++--
 man-pages.patch |   90 +++---
 2 files changed, 78 insertions(+), 74 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-05-05 03:12:23 UTC (rev 158610)
+++ core-x86_64/PKGBUILD2012-05-05 03:12:24 UTC (rev 158611)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Surain Mallawa Arachchi 
-
-pkgname=linux-atm
-pkgver=2.5.2
-pkgrel=1
-pkgdesc="Drivers and tools to support ATM networking under Linux."
-arch=('i686' 'x86_64')
-depends=('glibc')
-url="http://linux-atm.sourceforge.net/";
-license=(GPL)
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
-man-pages.patch)
-options=(!libtool !makeflags)
-md5sums=('d49499368c3cf15f73a05d9bce8824a8'
- '181390736336cdb615ae32f1ae5acfa6')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ../man-pages.patch
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: linux-atm/repos/core-x86_64/PKGBUILD (from rev 158609, 
linux-atm/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-05-05 03:12:24 UTC (rev 158611)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Surain Mallawa Arachchi 
+
+pkgname=linux-atm
+pkgver=2.5.2
+pkgrel=2
+pkgdesc="Drivers and tools to support ATM networking under Linux."
+arch=('i686' 'x86_64')
+depends=('glibc')
+url="http://linux-atm.sourceforge.net/";
+license=(GPL)
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
+man-pages.patch)
+options=(!libtool !makeflags)
+md5sums=('d49499368c3cf15f73a05d9bce8824a8'
+ '181390736336cdb615ae32f1ae5acfa6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i ../man-pages.patch
+
+  # install firmware in /usr/lib
+  sed -i "s#/lib/firmware#/usr/lib/firmware#" src/extra/Makefile.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: core-x86_64/man-pages.patch
===
--- core-x86_64/man-pages.patch 2012-05-05 03:12:23 UTC (rev 158610)
+++ core-x86_64/man-pages.patch 2012-05-05 03:12:24 UTC (rev 158611)
@@ -1,45 +0,0 @@
-diff -up linux-atm-2.5.1/src/led/zeppelin.8.fixman 
linux-atm-2.5.1/src/led/zeppelin.8
 linux-atm-2.5.1/src/led/zeppelin.8.fixman  2003-05-02 19:35:04.0 
+0200
-+++ linux-atm-2.5.1/src/led/zeppelin.8 2010-10-13 12:58:18.0 +0200
-@@ -99,7 +99,7 @@ Ring and ATM parts of the ELAN, so using
- recommended. Token Ring support has received less testing than its
- Ethernet counterpart.
- .SH FILES
--.IP \fI/var/run/lec[interface number].pid\fP
-+\fI/var/run/lec[interface number].pid\fP
- The file containing the process id of zeppelin.
- .SH BUGS
- John Bonham died 1980 and Led Zeppelin broke.
-diff -up linux-atm-2.5.1/src/mpoad/mpcd.8.fixman 
linux-atm-2.5.1/src/mpoad/mpcd.8
 linux-atm-2.5.1/src/mpoad/mpcd.8.fixman2001-10-10 00:33:07.0 
+0200
-+++ linux-atm-2.5.1/src/mpoad/mpcd.8   2010-10-13 12:59:14.0 +0200
-@@ -28,7 +28,7 @@ mpcd \- ATM MPOA (Multi\-Protocol Over A
- .B ]]
- .SH DESCRIPTION
- MPOA client
--.SM(MPC) is responsible for creating and receiving
-+.SM (MPC) is responsible for creating and receiving
- internetwork layer shortcuts. Using these shortcuts MPCs forward
- unicast internetwork layer packets effectively over ATM without need
- for routing protocols.
-@@ -43,7 +43,7 @@ accepts shortcuts and packets arriving o
- shortcuts is done with the help of
- .SM MPOA
- server
--.SM(MPS).
-+.SM (MPS).
- .PP
- Just as the Linux
- .SM LAN
-diff -up linux-atm-2.5.1/src/sigd/atmsigd.conf.4.fixman 
linux-atm-2.5.1/src/sigd/atmsigd.conf.4
 linux-atm-2.5.1/src/sigd/atmsigd.conf.4.fixman 2001-10-10 
00:33:07.0 +0200
-+++ linux-atm-2.5.1/src/sigd/atmsigd.conf.42010-10-13 12:58:49.0 
+0200
-@@ -125,7 +125,7 @@ a comment. The `#' character cannot be e
- .P
- If an option is specified in \fBatmsigd.conf\f

[arch-commits] Commit in linux-atm/repos (5 files)

2012-05-04 Thread Dave Reisner
Date: Friday, May 4, 2012 @ 23:12:23
  Author: dreisner
Revision: 158610

db-move: moved linux-atm from [testing] to [core] (i686)

Added:
  linux-atm/repos/core-i686/PKGBUILD
(from rev 158609, linux-atm/repos/testing-i686/PKGBUILD)
  linux-atm/repos/core-i686/man-pages.patch
(from rev 158609, linux-atm/repos/testing-i686/man-pages.patch)
Deleted:
  linux-atm/repos/core-i686/PKGBUILD
  linux-atm/repos/core-i686/man-pages.patch
  linux-atm/repos/testing-i686/

-+
 PKGBUILD|   62 +++--
 man-pages.patch |   90 +++---
 2 files changed, 78 insertions(+), 74 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-05-05 03:08:45 UTC (rev 158609)
+++ core-i686/PKGBUILD  2012-05-05 03:12:23 UTC (rev 158610)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Surain Mallawa Arachchi 
-
-pkgname=linux-atm
-pkgver=2.5.2
-pkgrel=1
-pkgdesc="Drivers and tools to support ATM networking under Linux."
-arch=('i686' 'x86_64')
-depends=('glibc')
-url="http://linux-atm.sourceforge.net/";
-license=(GPL)
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
-man-pages.patch)
-options=(!libtool !makeflags)
-md5sums=('d49499368c3cf15f73a05d9bce8824a8'
- '181390736336cdb615ae32f1ae5acfa6')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ../man-pages.patch
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: linux-atm/repos/core-i686/PKGBUILD (from rev 158609, 
linux-atm/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-05-05 03:12:23 UTC (rev 158610)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Surain Mallawa Arachchi 
+
+pkgname=linux-atm
+pkgver=2.5.2
+pkgrel=2
+pkgdesc="Drivers and tools to support ATM networking under Linux."
+arch=('i686' 'x86_64')
+depends=('glibc')
+url="http://linux-atm.sourceforge.net/";
+license=(GPL)
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
+man-pages.patch)
+options=(!libtool !makeflags)
+md5sums=('d49499368c3cf15f73a05d9bce8824a8'
+ '181390736336cdb615ae32f1ae5acfa6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i ../man-pages.patch
+
+  # install firmware in /usr/lib
+  sed -i "s#/lib/firmware#/usr/lib/firmware#" src/extra/Makefile.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: core-i686/man-pages.patch
===
--- core-i686/man-pages.patch   2012-05-05 03:08:45 UTC (rev 158609)
+++ core-i686/man-pages.patch   2012-05-05 03:12:23 UTC (rev 158610)
@@ -1,45 +0,0 @@
-diff -up linux-atm-2.5.1/src/led/zeppelin.8.fixman 
linux-atm-2.5.1/src/led/zeppelin.8
 linux-atm-2.5.1/src/led/zeppelin.8.fixman  2003-05-02 19:35:04.0 
+0200
-+++ linux-atm-2.5.1/src/led/zeppelin.8 2010-10-13 12:58:18.0 +0200
-@@ -99,7 +99,7 @@ Ring and ATM parts of the ELAN, so using
- recommended. Token Ring support has received less testing than its
- Ethernet counterpart.
- .SH FILES
--.IP \fI/var/run/lec[interface number].pid\fP
-+\fI/var/run/lec[interface number].pid\fP
- The file containing the process id of zeppelin.
- .SH BUGS
- John Bonham died 1980 and Led Zeppelin broke.
-diff -up linux-atm-2.5.1/src/mpoad/mpcd.8.fixman 
linux-atm-2.5.1/src/mpoad/mpcd.8
 linux-atm-2.5.1/src/mpoad/mpcd.8.fixman2001-10-10 00:33:07.0 
+0200
-+++ linux-atm-2.5.1/src/mpoad/mpcd.8   2010-10-13 12:59:14.0 +0200
-@@ -28,7 +28,7 @@ mpcd \- ATM MPOA (Multi\-Protocol Over A
- .B ]]
- .SH DESCRIPTION
- MPOA client
--.SM(MPC) is responsible for creating and receiving
-+.SM (MPC) is responsible for creating and receiving
- internetwork layer shortcuts. Using these shortcuts MPCs forward
- unicast internetwork layer packets effectively over ATM without need
- for routing protocols.
-@@ -43,7 +43,7 @@ accepts shortcuts and packets arriving o
- shortcuts is done with the help of
- .SM MPOA
- server
--.SM(MPS).
-+.SM (MPS).
- .PP
- Just as the Linux
- .SM LAN
-diff -up linux-atm-2.5.1/src/sigd/atmsigd.conf.4.fixman 
linux-atm-2.5.1/src/sigd/atmsigd.conf.4
 linux-atm-2.5.1/src/sigd/atmsigd.conf.4.fixman 2001-10-10 
00:33:07.0 +0200
-+++ linux-atm-2.5.1/src/sigd/atmsigd.conf.42010-10-13 12:58:49.0 
+0200
-@@ -125,7 +125,7 @@ a comment. The `#' character cannot be e
- .P
- If an option is specified in \fBatmsigd.conf\fP and on the command
- line, the command line has priori

[arch-commits] Commit in linux-atm/repos (5 files)

2011-11-19 Thread Tobias Powalowski
Date: Saturday, November 19, 2011 @ 03:22:13
  Author: tpowa
Revision: 142964

db-move: moved linux-atm from [testing] to [core] (x86_64)

Added:
  linux-atm/repos/core-x86_64/PKGBUILD
(from rev 142962, linux-atm/repos/testing-x86_64/PKGBUILD)
  linux-atm/repos/core-x86_64/man-pages.patch
(from rev 142962, linux-atm/repos/testing-x86_64/man-pages.patch)
Deleted:
  linux-atm/repos/core-x86_64/PKGBUILD
  linux-atm/repos/core-x86_64/man-pages.patch
  linux-atm/repos/testing-x86_64/

-+
 PKGBUILD|   59 +--
 man-pages.patch |   90 +++---
 2 files changed, 74 insertions(+), 75 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-19 08:22:12 UTC (rev 142963)
+++ core-x86_64/PKGBUILD2011-11-19 08:22:13 UTC (rev 142964)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Surain Mallawa Arachchi 
-
-pkgname=linux-atm
-pkgver=2.5.1
-pkgrel=2
-pkgdesc="Drivers and tools to support ATM networking under Linux."
-arch=('i686' 'x86_64')
-depends=('glibc')
-url="http://linux-atm.sourceforge.net/";
-license=(GPL)
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tgz
-man-pages.patch)
-md5sums=('9560b0e1f410a05b849dfdab465dd758'
- '181390736336cdb615ae32f1ae5acfa6')
-options=(!libtool !makeflags)
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ../man-pages.patch
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: linux-atm/repos/core-x86_64/PKGBUILD (from rev 142962, 
linux-atm/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-11-19 08:22:13 UTC (rev 142964)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Surain Mallawa Arachchi 
+
+pkgname=linux-atm
+pkgver=2.5.2
+pkgrel=1
+pkgdesc="Drivers and tools to support ATM networking under Linux."
+arch=('i686' 'x86_64')
+depends=('glibc')
+url="http://linux-atm.sourceforge.net/";
+license=(GPL)
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
+man-pages.patch)
+options=(!libtool !makeflags)
+md5sums=('d49499368c3cf15f73a05d9bce8824a8'
+ '181390736336cdb615ae32f1ae5acfa6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i ../man-pages.patch
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: core-x86_64/man-pages.patch
===
--- core-x86_64/man-pages.patch 2011-11-19 08:22:12 UTC (rev 142963)
+++ core-x86_64/man-pages.patch 2011-11-19 08:22:13 UTC (rev 142964)
@@ -1,45 +0,0 @@
-diff -up linux-atm-2.5.1/src/led/zeppelin.8.fixman 
linux-atm-2.5.1/src/led/zeppelin.8
 linux-atm-2.5.1/src/led/zeppelin.8.fixman  2003-05-02 19:35:04.0 
+0200
-+++ linux-atm-2.5.1/src/led/zeppelin.8 2010-10-13 12:58:18.0 +0200
-@@ -99,7 +99,7 @@ Ring and ATM parts of the ELAN, so using
- recommended. Token Ring support has received less testing than its
- Ethernet counterpart.
- .SH FILES
--.IP \fI/var/run/lec[interface number].pid\fP
-+\fI/var/run/lec[interface number].pid\fP
- The file containing the process id of zeppelin.
- .SH BUGS
- John Bonham died 1980 and Led Zeppelin broke.
-diff -up linux-atm-2.5.1/src/mpoad/mpcd.8.fixman 
linux-atm-2.5.1/src/mpoad/mpcd.8
 linux-atm-2.5.1/src/mpoad/mpcd.8.fixman2001-10-10 00:33:07.0 
+0200
-+++ linux-atm-2.5.1/src/mpoad/mpcd.8   2010-10-13 12:59:14.0 +0200
-@@ -28,7 +28,7 @@ mpcd \- ATM MPOA (Multi\-Protocol Over A
- .B ]]
- .SH DESCRIPTION
- MPOA client
--.SM(MPC) is responsible for creating and receiving
-+.SM (MPC) is responsible for creating and receiving
- internetwork layer shortcuts. Using these shortcuts MPCs forward
- unicast internetwork layer packets effectively over ATM without need
- for routing protocols.
-@@ -43,7 +43,7 @@ accepts shortcuts and packets arriving o
- shortcuts is done with the help of
- .SM MPOA
- server
--.SM(MPS).
-+.SM (MPS).
- .PP
- Just as the Linux
- .SM LAN
-diff -up linux-atm-2.5.1/src/sigd/atmsigd.conf.4.fixman 
linux-atm-2.5.1/src/sigd/atmsigd.conf.4
 linux-atm-2.5.1/src/sigd/atmsigd.conf.4.fixman 2001-10-10 
00:33:07.0 +0200
-+++ linux-atm-2.5.1/src/sigd/atmsigd.conf.42010-10-13 12:58:49.0 
+0200
-@@ -125,7 +125,7 @@ a comment. The `#' character cannot be e
- .P
- If an option is specified in \fBatmsigd.conf\fP and on the command
- line, the command line has priority.
--.COMPATIBILITY
-+.SH COMPATIBILITY
- Certai

[arch-commits] Commit in linux-atm/repos (5 files)

2011-11-19 Thread Tobias Powalowski
Date: Saturday, November 19, 2011 @ 03:22:12
  Author: tpowa
Revision: 142963

db-move: moved linux-atm from [testing] to [core] (i686)

Added:
  linux-atm/repos/core-i686/PKGBUILD
(from rev 142962, linux-atm/repos/testing-i686/PKGBUILD)
  linux-atm/repos/core-i686/man-pages.patch
(from rev 142962, linux-atm/repos/testing-i686/man-pages.patch)
Deleted:
  linux-atm/repos/core-i686/PKGBUILD
  linux-atm/repos/core-i686/man-pages.patch
  linux-atm/repos/testing-i686/

-+
 PKGBUILD|   59 +--
 man-pages.patch |   90 +++---
 2 files changed, 74 insertions(+), 75 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-19 07:29:30 UTC (rev 142962)
+++ core-i686/PKGBUILD  2011-11-19 08:22:12 UTC (rev 142963)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Surain Mallawa Arachchi 
-
-pkgname=linux-atm
-pkgver=2.5.1
-pkgrel=2
-pkgdesc="Drivers and tools to support ATM networking under Linux."
-arch=('i686' 'x86_64')
-depends=('glibc')
-url="http://linux-atm.sourceforge.net/";
-license=(GPL)
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tgz
-man-pages.patch)
-md5sums=('9560b0e1f410a05b849dfdab465dd758'
- '181390736336cdb615ae32f1ae5acfa6')
-options=(!libtool !makeflags)
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ../man-pages.patch
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: linux-atm/repos/core-i686/PKGBUILD (from rev 142962, 
linux-atm/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-11-19 08:22:12 UTC (rev 142963)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Surain Mallawa Arachchi 
+
+pkgname=linux-atm
+pkgver=2.5.2
+pkgrel=1
+pkgdesc="Drivers and tools to support ATM networking under Linux."
+arch=('i686' 'x86_64')
+depends=('glibc')
+url="http://linux-atm.sourceforge.net/";
+license=(GPL)
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
+man-pages.patch)
+options=(!libtool !makeflags)
+md5sums=('d49499368c3cf15f73a05d9bce8824a8'
+ '181390736336cdb615ae32f1ae5acfa6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i ../man-pages.patch
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: core-i686/man-pages.patch
===
--- core-i686/man-pages.patch   2011-11-19 07:29:30 UTC (rev 142962)
+++ core-i686/man-pages.patch   2011-11-19 08:22:12 UTC (rev 142963)
@@ -1,45 +0,0 @@
-diff -up linux-atm-2.5.1/src/led/zeppelin.8.fixman 
linux-atm-2.5.1/src/led/zeppelin.8
 linux-atm-2.5.1/src/led/zeppelin.8.fixman  2003-05-02 19:35:04.0 
+0200
-+++ linux-atm-2.5.1/src/led/zeppelin.8 2010-10-13 12:58:18.0 +0200
-@@ -99,7 +99,7 @@ Ring and ATM parts of the ELAN, so using
- recommended. Token Ring support has received less testing than its
- Ethernet counterpart.
- .SH FILES
--.IP \fI/var/run/lec[interface number].pid\fP
-+\fI/var/run/lec[interface number].pid\fP
- The file containing the process id of zeppelin.
- .SH BUGS
- John Bonham died 1980 and Led Zeppelin broke.
-diff -up linux-atm-2.5.1/src/mpoad/mpcd.8.fixman 
linux-atm-2.5.1/src/mpoad/mpcd.8
 linux-atm-2.5.1/src/mpoad/mpcd.8.fixman2001-10-10 00:33:07.0 
+0200
-+++ linux-atm-2.5.1/src/mpoad/mpcd.8   2010-10-13 12:59:14.0 +0200
-@@ -28,7 +28,7 @@ mpcd \- ATM MPOA (Multi\-Protocol Over A
- .B ]]
- .SH DESCRIPTION
- MPOA client
--.SM(MPC) is responsible for creating and receiving
-+.SM (MPC) is responsible for creating and receiving
- internetwork layer shortcuts. Using these shortcuts MPCs forward
- unicast internetwork layer packets effectively over ATM without need
- for routing protocols.
-@@ -43,7 +43,7 @@ accepts shortcuts and packets arriving o
- shortcuts is done with the help of
- .SM MPOA
- server
--.SM(MPS).
-+.SM (MPS).
- .PP
- Just as the Linux
- .SM LAN
-diff -up linux-atm-2.5.1/src/sigd/atmsigd.conf.4.fixman 
linux-atm-2.5.1/src/sigd/atmsigd.conf.4
 linux-atm-2.5.1/src/sigd/atmsigd.conf.4.fixman 2001-10-10 
00:33:07.0 +0200
-+++ linux-atm-2.5.1/src/sigd/atmsigd.conf.42010-10-13 12:58:49.0 
+0200
-@@ -125,7 +125,7 @@ a comment. The `#' character cannot be e
- .P
- If an option is specified in \fBatmsigd.conf\fP and on the command
- line, the command line has priority.
--.COMPATIBILITY
-+.SH COMPATIBILITY
- Certain options used by past versions of \fBatmsigd\fP but no