[packages/adapter: 402/631] - chkconfig fullpath

glen glen at pld-linux.org
Mon Sep 12 20:08:08 CEST 2016


commit 03180d14b0be2dcb721643768cfe712d391b6849
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Tue Mar 25 12:40:44 2008 +0000

    - chkconfig fullpath
    
    Changed files:
        adapter.awk -> 1.384

 adapter.awk | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/adapter.awk b/adapter.awk
index fbdc077..8ebf9e9 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -18,6 +18,7 @@
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
 
 # TODO
+# - really long sourceX make preamble sorting totally fcked up (try snake.spec r1.1)
 # - parse ../PLD-doc/BuildRequires.txt and setup proper BR epoches?
 # - add "-nc" option to skip CVS interaction
 # - sort Summary(XX)
@@ -1705,6 +1706,7 @@ function replace_requires()
 	sub(/^tftp-server$/, "tftpdaemon", $2);
 
 	sub(/^gcc-c\+\+$/, "libstdc++-devel", $2);
+	sub(/^chkconfig$/, "/sbin/chkconfig", $2);
 
 	replace_php_virtual_deps()
 }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885



More information about the pld-cvs-commit mailing list