move 4 utils into more-specific src/modules/, update README, docs
authorkremlin <ian@kremlin.cc>
Tue, 20 May 2014 02:22:23 +0000 (21:22 -0500)
committerkremlin <ian@kremlin.cc>
Tue, 20 May 2014 02:22:23 +0000 (21:22 -0500)
Makefile
Makefile.tmp
README.tmp
bin/tmp [new file with mode: 0644]
build/tmp [new file with mode: 0644]
scripts/tmp [new file with mode: 0644]
src/hostnamed/tmp [moved from hostnamed/tmp with 100% similarity]
src/localed/tmp [moved from localed/tmp with 100% similarity]
src/logind/tmp [moved from logind/tmp with 100% similarity]
src/timedated/tmp [moved from timedated/tmp with 100% similarity]

index 631a7abd412341dedd7d4e1b96b9005350a0d125..5ccb2e0536f6dc7c0b3a0599fac74492919641cb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1 +1,5 @@
-# see next commit
+# use gmake!
+
+.PHONY: all
+
+
index 6a7b6d459c46fbdb9b9d58aaec339e9f1728ccbd..a7471471be33e88df72101d75db90069628ae9a8 100644 (file)
@@ -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.
index 11d0f64c43c940fba00a2c894af31f26ea204830..ae018ff55ea793fe8e1705d2a25baac3bdd51bbe 100644 (file)
@@ -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 (file)
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 (file)
index 0000000..7bf6339
--- /dev/null
+++ b/build/tmp
@@ -0,0 +1 @@
+TODO: delete me!
diff --git a/scripts/tmp b/scripts/tmp
new file mode 100644 (file)
index 0000000..a3217c8
--- /dev/null
@@ -0,0 +1,2 @@
+TODO: delete me!
+
similarity index 100%
rename from hostnamed/tmp
rename to src/hostnamed/tmp
similarity index 100%
rename from localed/tmp
rename to src/localed/tmp
similarity index 100%
rename from logind/tmp
rename to src/logind/tmp
similarity index 100%
rename from timedated/tmp
rename to src/timedated/tmp