]> git.pld-linux.org Git - packages/etckeeper.git/blobdiff - use-libdir.patch
- up to 1.18.18
[packages/etckeeper.git] / use-libdir.patch
index 47528465213deaf1b5bccbf2cb2d6851b1a6c7ca..8566d5b8e3f9db2968c4b03232fe756ba4fb166f 100644 (file)
@@ -45,7 +45,7 @@
 -      for script in $ETCKEEPER_CONF_DIR/$command.d/*; do
 +      for script in "$ETCKEEPER_LIB_DIR/$command.d/"* "$ETCKEEPER_CONF_DIR/$command.d/"*; do
                if [ ! -d "$script" -a -x "$script" ]; then
-                       echo "$script" | egrep -q "/[-a-zA-Z0-9]+$"
+                       echo "$script" | grep -E -q "/[-a-zA-Z0-9]+$"
                        [ $? -eq 0 ] && "$script" "$@"
 --- etckeeper-1.18.4/systemd/etckeeper.service~        2016-06-20 08:06:01.000000000 +0300
 +++ etckeeper-1.18.4/systemd/etckeeper.service 2016-06-29 23:42:00.804296507 +0300
This page took 0.089803 seconds and 4 git commands to generate.