Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
$NetBSD: patch-post-install.d_50vcs-commit,v 1.1 2013/05/27 08:36:00 sbd Exp $
Add SUBST_VARS token.
--- post-install.d/50vcs-commit.orig 2011-02-22 20:19:36.000000000 +0000
+++ post-install.d/50vcs-commit
@@ -1,10 +1,10 @@
#!/bin/sh
set -e
-pl="/var/cache/etckeeper/packagelist"
+pl="@VARBASE@/cache/etckeeper/packagelist"
if etckeeper unclean; then
- message="committing changes in /etc after $HIGHLEVEL_PACKAGE_MANAGER run"
+ message="committing changes in ${ETCKEEPER_DIR} after $HIGHLEVEL_PACKAGE_MANAGER run"
if [ -e $pl.pre-install ]; then
(