From 225891fb8427d697a13b7c080524ef29dcfe4bd3 Mon Sep 17 00:00:00 2001 From: dcp1990 Date: Sun, 19 Jun 2005 05:51:07 +0000 Subject: [PATCH] Scripts. --- Makefile | 4 ++-- README | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a1d0a1f..a83774e 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # main makefile... -# $Amigan: phoned/Makefile,v 1.4 2005/06/14 02:44:37 dcp1990 Exp $ +# $Amigan: phoned/Makefile,v 1.5 2005/06/19 05:51:07 dcp1990 Exp $ # Oh My Fucking God, this is such a big, unportable mess. Oh well. # BSD Make > * -APPS=phonectl phoned lib +APPS=phonectl phoned lib scripts APPSUF=${APPS:S/$/_app/} APPSCLEAN=${APPS:S/$/_cl/} all: ${APPSUF} diff --git a/README b/README index 3d80b01..c67bbb0 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -$Amigan: phoned/README,v 1.4 2005/06/14 02:45:36 dcp1990 Exp $ +$Amigan: phoned/README,v 1.5 2005/06/19 05:51:07 dcp1990 Exp $ +=======================================+ | phoned | | (C)2005, Dan Ponte | @@ -27,7 +27,11 @@ include/ - global include files lib/ - API libraries phonectl/ - command line client to phoned phoned/ - main phone daemon written in C +scripts/ - various administration and cool scripts xfone/ - Tcl/Tk interface to phoned +The scripts need tcllib. Please modify the paths in the scripts to libraries +so that they work. + dcp1990@neptune.atopia.net - http://www.theamigan.net/phoned/index.html vim:tw=76