git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1972 c5f82cb5-29bc-0310-9cd0-bff59a50e3bcrocklinux
@ -0,0 +1,45 @@ |
|||
|
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/base/iproute2/iproute2.desc |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[I] A daemon to automatically configure a ethernet device on state change |
|||
|
|||
[T] ifplugd is a Linux daemon which will automatically configure your |
|||
[T] ethernet device when a cable is plugged in and automatically unconfigure |
|||
[T] it if the cable is pulled. This is useful on laptops with onboard network |
|||
[T] adapters, since it will only configure the interface when a cable is |
|||
[T] really connected. |
|||
|
|||
[U] http://0pointer.de/lennart/projects/ifplugd/ |
|||
|
|||
[A] Lennart Poettering <mzvscyhtq@0pointer.de> |
|||
[M] Rene Rebe <rene@rocklinux.org> |
|||
|
|||
[C] base/system |
|||
|
|||
[L] GPL |
|||
[S] Stable |
|||
[V] 0.20 |
|||
[P] X -----5---9 3001.000 |
|||
|
|||
[D] 0 ifplugd-0.20.tar.gz http://0pointer.de/lennart/projects/ifplugd/ |
|||
|
@ -0,0 +1,47 @@ |
|||
|
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/base/iproute2/iproute2.desc |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[I] A lightweight C library which eases the writing of UNIX daemons |
|||
|
|||
[T] libdaemon is a lightweight C library which eases the writing of UNIX |
|||
[T] daemons. It consists of the following parts: |
|||
[T] |
|||
[T] A wrapper around fork() which does the correct daemonization procedure |
|||
[T] of a process. A wrapper around syslog() for simpler and compatible log |
|||
[T] output to Syslog or STDERR. An API for writing PID files. An API for |
|||
[T] serializing UNIX signals into a pipe for usage with select() or poll() |
|||
|
|||
[U] http://0pointer.de/lennart/projects/libdaemon/ |
|||
|
|||
[A] Lennart Poettering <mzqnrzba@0pointer.de> |
|||
[M] Rene Rebe <rene@rocklinux.org> |
|||
|
|||
[C] base/system |
|||
|
|||
[L] GPL |
|||
[S] Stable |
|||
[V] 0.3 |
|||
[P] X -----5---9 300.000 |
|||
|
|||
[D] 0 libdaemon-0.3.tar.gz http://0pointer.de/lennart/projects/libdaemon/ |
|||
|