/[smeserver]/rpms/dehydrated/sme10/dehydrated_hooks
ViewVC logotype

Contents of /rpms/dehydrated/sme10/dehydrated_hooks

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Fri Feb 10 22:11:05 2017 UTC (7 years, 3 months ago) by unnilennium
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Fri Feb 10 2017 Jean-Philipe Pialasse <tests@pialasse.com> - 0.4.0-1.sme
- update architecture of sources and release/version number
- according to Charlie Brady recomendations
- see [SME 9901]
* Mon Feb 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> - 0.4.0.20170205.git1163864.sme
- update dehydrated to 0.4 [SME: 10080]
- see https://github.com/lukas2511/dehydrated/releases/tag/v0.4.0
- upstream release Version 0.4.0 commit 116386486b3749e4c5e1b4da35904f30f8b2749b

1 #!/bin/sh
2
3 ACTION=${1}
4
5 if [ -d "/etc/dehydrated/hooks_"$ACTION".d" ]; then
6 shift
7 for H in $(find /etc/dehydrated/hooks_"$ACTION".d/ -type f -o -type l | sort); do
8 [ -x $H ] && exec $H $@
9 done
10 fi

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed