pf-tools commit: r873 [ccaillet-guest] - in /branches/next-gen: Makefile debian/changelog debian/pf-tools.links
parmelan-guest at users.alioth.debian.org
parmelan-guest at users.alioth.debian.org
Wed Sep 1 13:46:46 UTC 2010
Author: ccaillet-guest
Date: Wed Sep 1 13:46:43 2010
New Revision: 873
URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=873
Log:
- fix: correctly handle the site parameter if it is not defined on CLI
- fix: correctly handle the site parameter if it is not defined on CLI
- fix: correctly handle the site parameter if it is not defined on CLI
* Makefile : fix installations
* removing useless symlinks
Removed:
branches/next-gen/debian/pf-tools.links
Modified:
branches/next-gen/Makefile
branches/next-gen/debian/changelog
Modified: branches/next-gen/Makefile
URL: http://svn.debian.org/wsvn/pf-tools/branches/next-gen/Makefile?rev=873&op=diff
==============================================================================
--- branches/next-gen/Makefile (original)
+++ branches/next-gen/Makefile Wed Sep 1 13:46:43 2010
@@ -40,7 +40,8 @@
install_tools: $(LIB) $(SBIN)
# PFTools modules
mkdir -p $(LIB_DIR)
- install --mode=0644 $(LIB) $(LIB_DIR)
+ cp -r $(LIB) $(LIB_DIR)
+ find $(LIB_DIR) -name "*.pm" -exec chmod 0644 {} \;
# PFTools utils
mkdir -p $(SBIN_DIR)
@@ -52,11 +53,11 @@
# PFTools PXE template files
mkdir -p $(TPL_DIR)
- install -o root -g root -m 600 $(TPL) $(TPL_DIR)
+ install -o root -g root -m 0600 $(TPL) $(TPL_DIR)
# PFTools Config file
mkdir -p $(CONF_DIR)
- install -o root -g root -m 600 $(CONF) $(CONF_DIR)/pf-tools.conf.new
+ install -o root -g root -m 0600 $(CONF) $(CONF_DIR)/pf-tools.conf.new
install_host: $(TOOLS)
# PFHost tools
Modified: branches/next-gen/debian/changelog
URL: http://svn.debian.org/wsvn/pf-tools/branches/next-gen/debian/changelog?rev=873&op=diff
==============================================================================
--- branches/next-gen/debian/changelog (original)
+++ branches/next-gen/debian/changelog Wed Sep 1 13:46:43 2010
@@ -9,11 +9,11 @@
- some cosmectics
configuration from VCS repository even if a storable file exists
* sbin/mk_pxelinuxcfg
- - fix: correctly handle the site parameter f it is not defined on CLI
+ - fix: correctly handle the site parameter if it is not defined on CLI
* sbin/mk_dhcp
- - fix: correctly handle the site parameter f it is not defined on CLI
+ - fix: correctly handle the site parameter if it is not defined on CLI
* sbin/mk_sitezone
- - fix: correctly handle the site parameter f it is not defined on CLI
+ - fix: correctly handle the site parameter if it is not defined on CLI
* lib/PFTools/Conf.pm
- small fixes on Get_source for order and substitution regex
- rollback for CONFIG: alias with the 0.33-stable substitution value
@@ -78,8 +78,10 @@
- library for translating old configuration (pf-tools 0.X) to new syntax
* tools/Translate_old_config
- tools for translating old configuration (pf-tools 0.XX) into new syntax
-
- -- Christophe Caillet <tof at sitadelle.com> Wed, 01 Sep 2010 10:32:43 +0200
+ * Makefile : fix installations
+ * removing useless symlinks
+
+ -- Christophe Caillet <tof at sitadelle.com> Wed, 01 Sep 2010 15:45:45 +0200
pf-tools (0.99.98-1) unstable; urgency=low
More information about the pf-tools-commits
mailing list