Summary: Web front end for linuxconf Name: lnxweb Version: PACKAGE_REV Release: 1 Vendor: Solucorp License: GPL Group: system Source: ftp://ftp.solucorp.qc.ca/pub/linuxconf/devel/src/lnxweb-PACKAGE_REV.src.tar.gz BuildRoot: /tmp/lnxweb-root Packager: Jacques Gelinas %description This package provides an alternative to xinetd to start linuxconf on port 98. This was created because of repeated bug in xinetd. %prep %setup %build make %install if [ "$RPM_BUILD_ROOT" != "" -a "$RPM_BUILD_ROOT" != "/" ] ; then rm -rf $RPM_BUILD_ROOT fi export RPM_BUILD_ROOT make MANDIR=%_mandir install %clean if [ "$RPM_BUILD_ROOT" != "" -a "$RPM_BUILD_ROOT" != "/" ] ; then rm -rf $RPM_BUILD_ROOT fi %files %defattr(-,root,root) /usr/lib/linuxconf/lib/lnxweb /etc/init.d/lnxweb