[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (f927d6fed9d82e73583eeae9e725d51d3c4caccd)

Jaka Kranjc scm at sourcemage.org
Sat Jun 9 10:37:33 EDT 2007


GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 net/netkit-base/DEPENDS |    1 +
 net/netkit-base/HISTORY |    5 +++++
 net/netkit-base/INSTALL |    5 ++---
 3 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit f927d6fed9d82e73583eeae9e725d51d3c4caccd
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    netkit-base: cleanup in preparation for #13075

diff --git a/net/netkit-base/DEPENDS b/net/netkit-base/DEPENDS
new file mode 100755
index 0000000..0c6adad
--- /dev/null
+++ b/net/netkit-base/DEPENDS
@@ -0,0 +1 @@
+depends iana-etc
diff --git a/net/netkit-base/HISTORY b/net/netkit-base/HISTORY
index a347a71..067419a 100644
--- a/net/netkit-base/HISTORY
+++ b/net/netkit-base/HISTORY
@@ -1,3 +1,8 @@
+2007-06-09 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+	* INSTALL: use install_config_file
+	  avoid obvious conflicts
+	* DEPENDS: added for probably cosmetic dep on iana-etc
+
 2006-09-21 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed BUILD_API=2.
 
diff --git a/net/netkit-base/INSTALL b/net/netkit-base/INSTALL
index 8771914..881a48d 100755
--- a/net/netkit-base/INSTALL
+++ b/net/netkit-base/INSTALL
@@ -1,5 +1,4 @@
+rm README services protocols &&
 for  FILE  in  *  ;  do
-  if  [  !  -e  /etc/$FILE  -a  "$FILE"  !=  "README"  ]  ;  then
-    install  -v  -m 644  $FILE  /etc
-  fi
+  install_config_file $FILE /etc/$FILE
 done



More information about the SM-Commit mailing list