Update of /cvsroot/leaf/src/bering-uclibc4/source/webconf In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1372
Added Files: buildtool.cfg buildtool.mk webconf-20110101.tar.gz Log Message: add webconf.lrp to buildtool setup chown root:root connection-info.cgi, otherwise it fails with "cat: can't open '/proc/net/ip_conntrack': Permission denied" --- NEW FILE: webconf-20110101.tar.gz --- (This appears to be a binary file; contents omitted.) --- NEW FILE: buildtool.cfg --- <File buildtool.mk> Server = cvs-sourceforge Revision = HEAD Directory = webconf </File> <File buildtool.cfg> Server = cvs-sourceforge Revision = HEAD Directory = webconf </File> <File webconf-20110101.tar.gz> Server = cvs-sourceforge Revision = HEAD Directory = webconf envname = WEBCONF_SOURCE </File> <Package> <webconf> Version = 1.1.3 Revision = 5 Help <<EOF Web-based configuration for LEAF routers. Homepage: http://leaf.sourceforge.net Requires: mhttpd.lrp, mhttpds.lrp (Only one of those - don't install both) LEAF package by __PACKAGER__, __BUILDDATE__ EOF <Permissions> Files = 644 Directories = 755 </Permissions> <Owner> Files = root:root Directories = root:root </Owner> <Contents> <File> Filename = etc/webconf/webconf.conf Source = etc/webconf/webconf.conf Description = webconf configuration Type = conf Type = local Type = binary </File> <File> Filename = etc/webconf/webconf.webconf Source = etc/webconf/webconf.webconf Type = binary </File> <File> Filename = etc/init.d/webconf Source = etc/init.d/webconf Description = webconf daemon init file Type = binary Permissions = 755 </File> <File> Source = usr/bin/pwcrypt Filename = usr/bin/pwcrypt Type = binary Permissions = 755 </File> <File> Source = usr/bin/haserl Filename = usr/bin/haserl Type = binary Permissions = 6755 </File> <File> Source = var/webconf/www/pix/dg.png Filename = var/webconf/www/pix/dg.png Type = binary </File> <File> Source = var/webconf/www/pix/dr.png Filename = var/webconf/www/pix/dr.png Type = binary </File> <File> Source = var/webconf/www/pix/dy.png Filename = var/webconf/www/pix/dy.png Type = binary </File> <File> Source = var/webconf/www/pix/lg.png Filename = var/webconf/www/pix/lg.png Type = binary </File> <File> Source = var/webconf/www/pix/logo1.gif Filename = var/webconf/www/pix/logo1.gif Type = binary </File> <File> Source = var/webconf/www/pix/logo1.jpg Filename = var/webconf/www/pix/logo1.jpg Type = binary </File> <File> Source = var/webconf/www/pix/logo2.gif Filename = var/webconf/www/pix/logo2.gif Type = binary </File> <File> Source = var/webconf/www/pix/lr.png Filename = var/webconf/www/pix/lr.png Type = binary </File> <File> Source = var/webconf/www/pix/ly.png Filename = var/webconf/www/pix/ly.png Type = binary </File> <File> Source = var/webconf/www/blurb.basic Filename = var/webconf/www/blurb.basic Owner = 50:65534 Type = binary </File> <File> Source = var/webconf/www/connection-info.cgi Filename = var/webconf/www/connection-info.cgi Type = binary Permissions = 755 </File> <File> Source = var/webconf/www/general-info.cgi Filename = var/webconf/www/general-info.cgi Owner = 50:10 Type = binary Permissions = 755 </File> <File> Source = var/webconf/www/index.cgi Filename = var/webconf/www/index.cgi Owner = 50:65534 Type = binary Permissions = 755 </File> <File> Source = var/webconf/www/logfiles.cgi Filename = var/webconf/www/logfiles.cgi Type = binary Permissions = 755 </File> <File> Source = var/webconf/www/lrcfg.back.cgi Filename = var/webconf/www/lrcfg.back.cgi Type = binary Permissions = 755 </File> <File> Source = var/webconf/www/wc-passwd.cgi Filename = var/webconf/www/wc-passwd.cgi Type = binary Permissions = 755 </File> <File> Source = var/webconf/www/webconf.css Filename = var/webconf/www/webconf.css Type = binary </File> <File> Source = var/webconf/www/.htpasswd Filename = var/webconf/www/.htpasswd Type = binary Type = local </File> <File> Source = var/webconf/lib/footer.sh Filename = var/webconf/lib/footer.sh Type = binary Permissions = 755 </File> <File> Source = var/webconf/lib/menubuilder.sh Filename = var/webconf/lib/menubuilder.sh Type = binary Permissions = 755 </File> <File> Source = var/webconf/lib/preamble.sh Filename = var/webconf/lib/preamble.sh Type = binary Permissions = 755 </File> <File> Source = var/webconf/lib/svcstat.sh Filename = var/webconf/lib/svcstat.sh Type = binary Permissions = 755 </File> <File> Source = var/webconf/lib/validator.sh Filename = var/webconf/lib/validator.sh Type = binary Permissions = 755 </File> <File> Source = var/webconf/lib/passcheck.sh Filename = var/webconf/lib/passcheck.sh Type = binary Permissions = 755 </File> <File> Source = var/webconf/lib/widgets.sh Filename = var/webconf/lib/widgets.sh Type = binary Permissions = 755 </File> <File> Source = var/webconf/lib/filter/daemon.log.show.request-ack Filename = var/webconf/lib/filter/daemon.log.show.request-ack Type = binary Permissions = 755 </File> <File> Source = var/webconf/lib/filter/debug.only.REQUEST Filename = var/webconf/lib/filter/debug.only.REQUEST Type = binary Permissions = 755 </File> <File> Source = var/webconf/lib/filter/messages.non-MARK Filename = var/webconf/lib/filter/messages.non-MARK Type = binary Permissions = 755 </File> <File> Filename = var/webconf/lib/filter Type = local </File> </Contents> </webconf> </Package> --- NEW FILE: buildtool.mk --- ##################################################### # # webconf - based on weblet buildtool.mk # ##################################################### include $(MASTERMAKEFILE) ##################################################### # Build webconf WEBCONF_DIR:=webconf-1.1 WEBCONF_TARGET_DIR:=$(BT_BUILD_DIR)/webconf source: $(WEBCONF_DIR)/.source $(WEBCONF_DIR)/.source: mkdir -p $(WEBCONF_DIR) (cd $(WEBCONF_DIR); zcat ../$(WEBCONF_SOURCE) | tar -xvf - ) touch $(WEBCONF_DIR)/.source $(WEBCONF_DIR)/.configured: $(WEBCONF_DIR)/.source touch $(WEBCONF_DIR)/.configured $(WEBCONF_DIR)/.build: $(WEBCONF_DIR)/.configured mkdir -p $(WEBCONF_TARGET_DIR) mkdir -p $(WEBCONF_TARGET_DIR)/etc/init.d mkdir -p $(WEBCONF_TARGET_DIR)/etc/webconf mkdir -p $(WEBCONF_TARGET_DIR)/var/webconf cp -a $(WEBCONF_DIR)/etc/init.d/webconf $(WEBCONF_TARGET_DIR)/etc/init.d cp -a $(WEBCONF_DIR)/etc/webconf/webconf.conf $(WEBCONF_TARGET_DIR)/etc/webconf cp -a $(WEBCONF_DIR)/etc/webconf/webconf.webconf $(WEBCONF_TARGET_DIR)/etc/webconf cp -a $(WEBCONF_DIR)/var/webconf/* $(WEBCONF_TARGET_DIR)/var/webconf cp -a $(WEBCONF_TARGET_DIR)/* $(BT_STAGING_DIR) touch $(WEBCONF_DIR)/.build build: $(WEBCONF_DIR)/.build clean: rm -rf $(WEBCONF_TARGET_DIR) rm -rf $(WEBCONF_DIR)/.build rm -rf $(WEBCONF_DIR)/.configured srcclean: rm -rf $(WEBCONF_DIR) # rm -rf buildtool.* ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ leaf-cvs-commits mailing list leaf-cvs-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits