From a73cc8a9bcc82987dd82047c4db767ba3ee523f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 25 Mar 2008 12:40:44 +0000 Subject: [PATCH] - 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() } -- 2.44.0