New commits:
commit 16474ae0488712dce54017b5f89db1489111f5e3
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
Badly needed fixing for autofs - it crapped up /etc (including
overwriting configs!!!!!) and the depend on openldap didn't work as opt-out.
optional_depends openldap \
- "" \
- "" \
+ "--with-openldap" \
+ "--without-openldap" \
"for ldap support"
diff --git a/disk/autofs/HISTORY b/disk/autofs/HISTORY
index 2f101fb..28e7956 100644
--- a/disk/autofs/HISTORY
+++ b/disk/autofs/HISTORY
@@ -1,3 +1,11 @@
+2007-01-25 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD,INSTALL: What happened to this spell?
+ Or better, what didn't? Everything...
+ Now installing some examples as config files and
+ preventing the make install from writing into /etc
+ itself. That also removes the useless /etc/init.d/autofs .
+ * DEPENDS: also be able to _disable_ the openldap dep
+
2006-09-12 David Brown <dmlb2000 AT gmail.com>
* DETAILS: used gpg verification and version bump 4.1.4
+# together with disabling the samples subdir, we should now
+# _not_ delete the admin's config on every cast
for FILE in auto.home auto.master auto.misc
-do [ -f /etc/$FILE ] || cp $SCRIPT_DIRECTORY/$FILE /etc
+do install_config_file "$SCRIPT_DIRECTORY/$FILE" "$INSTALL_ROOT/etc/$FILE"
done
[SM-Commit] GIT changes to master grimoire by Thomas Orgis (0ac651efc1d7f20e182c8dfd117249370a09fc41),
Thomas Orgis, 01/25/2007