conn

A script repository to manage connections in Linux.
git clone git://r-36.net/conn
Log | Files | Refs | LICENSE

commit 4eb8c99d759f6568e708df9b3e3dcd4da28f55a0
parent b17499332b034ecde3994bfc5e3cbf110615f7ac
Author: Christoph Lohmann <20h@r-36.net>
Date:   Mon, 21 Feb 2011 23:30:46 +0100

Adding a dependency and the functioning Makefile.

Diffstat:
Makefile | 2+-
README.md | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -12,7 +12,7 @@ dist: @gzip conn-${VERSION}.tar @rm -rf conn-${VERSION} -install: all +install: @echo installing conn script to ${DESTDIR}${PREFIX}/bin @cp bin/conn ${DESTDIR}${PREFIX}/bin @chmod 755 ${DESTDIR}${PREFIX}/bin/conn diff --git a/README.md b/README.md @@ -12,6 +12,7 @@ many different connections in a Unix like environment. * awk * sed * various utilities for specific connection types + * rfkill for wwan ## Architecture