From 9fd3f859f758d01727ccb30b130f2052eac3b66f Mon Sep 17 00:00:00 2001 From: kremlin Date: Mon, 19 May 2014 21:22:23 -0500 Subject: move 4 utils into more-specific src/modules/, update README, docs --- Makefile | 6 +++++- Makefile.tmp | 3 +-- README.tmp | 9 +++++---- bin/tmp | 2 ++ build/tmp | 1 + hostnamed/tmp | 1 - localed/tmp | 1 - logind/tmp | 1 - scripts/tmp | 2 ++ src/hostnamed/tmp | 1 + src/localed/tmp | 1 + src/logind/tmp | 1 + src/timedated/tmp | 1 + timedated/tmp | 1 - 14 files changed, 20 insertions(+), 11 deletions(-) create mode 100644 bin/tmp create mode 100644 build/tmp delete mode 100644 hostnamed/tmp delete mode 100644 localed/tmp delete mode 100644 logind/tmp create mode 100644 scripts/tmp create mode 100644 src/hostnamed/tmp create mode 100644 src/localed/tmp create mode 100644 src/logind/tmp create mode 100644 src/timedated/tmp delete mode 100644 timedated/tmp diff --git a/Makefile b/Makefile index 631a7ab..5ccb2e0 100644 --- a/Makefile +++ b/Makefile @@ -1 +1,5 @@ -# see next commit +# use gmake! + +.PHONY: all + + diff --git a/Makefile.tmp b/Makefile.tmp index 6a7b6d4..a747147 100644 --- a/Makefile.tmp +++ b/Makefile.tmp @@ -11,8 +11,7 @@ localed, timedated, and logind # TODO: think of better name PKGNAME = dbus-utilities -# should i create four seperate packages for the utils or just 1?\ -# ajacoutot@ landry@ +# one package with each component #PKGNAME-foo = ??? for multi packages # for any port that creates shared libraries. diff --git a/README.tmp b/README.tmp index 11d0f64..ae018ff 100644 --- a/README.tmp +++ b/README.tmp @@ -5,12 +5,13 @@ and all files will follow standard protocol/KNF. FILESYSTEM /src - source files - /src/logind - obvious - /src/hostnamed - obvious - /src/localed - obvious - /src/timedated - obvious + /src/modules/logind - obvious + /src/modules/hostnamed - obvious + /src/modules/localed - obvious + /src/modules/timedated - obvious /bin - dir for compiled test binaries, will eventually be build tmp dir /build - build dir +/scripts - test scripts, mostly python scripts for gdb ------------------------------------------------------------------------ TODO diff --git a/bin/tmp b/bin/tmp new file mode 100644 index 0000000..a3217c8 --- /dev/null +++ b/bin/tmp @@ -0,0 +1,2 @@ +TODO: delete me! + diff --git a/build/tmp b/build/tmp new file mode 100644 index 0000000..7bf6339 --- /dev/null +++ b/build/tmp @@ -0,0 +1 @@ +TODO: delete me! diff --git a/hostnamed/tmp b/hostnamed/tmp deleted file mode 100644 index c32d7ff..0000000 --- a/hostnamed/tmp +++ /dev/null @@ -1 +0,0 @@ -TODO: delete me diff --git a/localed/tmp b/localed/tmp deleted file mode 100644 index c32d7ff..0000000 --- a/localed/tmp +++ /dev/null @@ -1 +0,0 @@ -TODO: delete me diff --git a/logind/tmp b/logind/tmp deleted file mode 100644 index c32d7ff..0000000 --- a/logind/tmp +++ /dev/null @@ -1 +0,0 @@ -TODO: delete me diff --git a/scripts/tmp b/scripts/tmp new file mode 100644 index 0000000..a3217c8 --- /dev/null +++ b/scripts/tmp @@ -0,0 +1,2 @@ +TODO: delete me! + diff --git a/src/hostnamed/tmp b/src/hostnamed/tmp new file mode 100644 index 0000000..c32d7ff --- /dev/null +++ b/src/hostnamed/tmp @@ -0,0 +1 @@ +TODO: delete me diff --git a/src/localed/tmp b/src/localed/tmp new file mode 100644 index 0000000..c32d7ff --- /dev/null +++ b/src/localed/tmp @@ -0,0 +1 @@ +TODO: delete me diff --git a/src/logind/tmp b/src/logind/tmp new file mode 100644 index 0000000..c32d7ff --- /dev/null +++ b/src/logind/tmp @@ -0,0 +1 @@ +TODO: delete me diff --git a/src/timedated/tmp b/src/timedated/tmp new file mode 100644 index 0000000..c32d7ff --- /dev/null +++ b/src/timedated/tmp @@ -0,0 +1 @@ +TODO: delete me diff --git a/timedated/tmp b/timedated/tmp deleted file mode 100644 index c32d7ff..0000000 --- a/timedated/tmp +++ /dev/null @@ -1 +0,0 @@ -TODO: delete me -- cgit v1.2.3