Hi All, I would like to create a rpm from a tar file... the Tar file has a executable file and conf file .... I would like to add a sysvinit script along with it which is used to start /stop / restart the service of the application...
So in the spec file I've given the install cmd as %install Install -m 755 daemonsas /usr/sbin/ Insall -m 644 daemonsas.conf /etc Install -m daemonsasservice /etc/init.d But while executing the rpmbuild it throws an error in both build , install section In build section ./configure no such file or directory In install section "cannot stat daemonsasservice file format not found no such file or directory..." Please help me out.... Thanks in advance.... Thanks & Regrads, Umaparvathy kaliappan. BTO-Chennai. [cid:[email protected]]
<<inline: image001.jpg>>
daemonsas.conf
Description: daemonsas.conf
daemonsas
Description: daemonsas
daemonsasservice
Description: daemonsasservice
daemonsas.spec
Description: daemonsas.spec
