When installing systemimager-server, it can't find mkrsyncd_conf because it has been renamed to si_mkrsyncd_conf. This patch fixes the problem in the specfile. Thanks for keeping up with my patches :)

--
Josh Aas
Linux System Software
Silicon Graphics, Inc. (SGI)

Index: systemimager.spec
===================================================================
RCS file: /cvsroot/systemimager/systemimager/systemimager.spec,v
retrieving revision 1.60
diff -u -r1.60 systemimager.spec
--- systemimager.spec   25 Dec 2004 07:31:25 -0000      1.60
+++ systemimager.spec   26 Dec 2004 20:34:39 -0000
@@ -436,7 +436,7 @@
 fi
 ## END make stubs from pre-stub /etc/systemimager/rsyncd.conf file
 
-/usr/sbin/mkrsyncd_conf
+/usr/sbin/si_mkrsyncd_conf
 
 if [[ -a /usr/lib/lsb/install_initd ]]; then
     /usr/lib/lsb/install_initd /etc/init.d/systemimager-server-rsyncd

Reply via email to