diff options
author | Robert Alessi <alessi@robertalessi.net> | 2019-12-14 09:07:07 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2019-12-14 09:07:07 +0100 |
commit | 5a44e23708e4ac5e83bfea87d8c13cc45a19dc9f (patch) | |
tree | 4e7c52567727a5c1d7fb4f543ab508b14360f898 | |
parent | 43c52017c78bbc67ec7a7ab3b690fdf2ffb0f98a (diff) | |
download | x200-my-5a44e23708e4ac5e83bfea87d8c13cc45a19dc9f.tar.gz |
bugfix: controlfile variable had different names0.3.1
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | x200-my.confd | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ | |||
1 | # Maintainer: Robert Alessi <alessi@robertalessi.net> | 1 | # Maintainer: Robert Alessi <alessi@robertalessi.net> |
2 | 2 | ||
3 | pkgname=x200-my | 3 | pkgname=x200-my |
4 | pkgver=0.3 | 4 | pkgver=0.3.1 |
5 | pkgrel=1 | 5 | pkgrel=1 |
6 | pkgdesc="Service to remove whining noise from Thinkpads X200, power off the wifi on shutdown and optionally backup directories." | 6 | pkgdesc="Service to remove whining noise from Thinkpads X200, power off the wifi on shutdown and optionally backup directories." |
7 | arch=(any) | 7 | arch=(any) |
@@ -15,7 +15,7 @@ source=('x200-my.initd' | |||
15 | 'x200-my-sleep.sh' | 15 | 'x200-my-sleep.sh' |
16 | 'x200-my.sh') | 16 | 'x200-my.sh') |
17 | sha512sums=('96579d18e8639da441b2f0104e453f2ffd34a1c14c77ad08709fc090b168d0030f5074d8c54f116739a4f421286c5d2b64181c66fabd2eee91c371d8aa856395' | 17 | sha512sums=('96579d18e8639da441b2f0104e453f2ffd34a1c14c77ad08709fc090b168d0030f5074d8c54f116739a4f421286c5d2b64181c66fabd2eee91c371d8aa856395' |
18 | '9129a88db1c0a8385a053060ae3f737e75be1c50d7ae17a8804121ae20365b9938ed47c06b55250e72df2c20036c5043e70c84fb63e57d4548afb20ee9b29c94' | 18 | 'd181ca58ffed55d7d35bd78d2ace09e6c459938f7f7c6cb10feff56de23861feef8b859fde9bb895021efb840a1fe0d3aef7861c7881bb9a793cf9491a2fd17d' |
19 | '0dc141f1a26f2cd570d49a05bcc9496ba4c49fde39afad46f5a0783e83c07ec810ca81454a28c3241bcffc62ac31274e2a8d726bbd3c1e91d8cf5315b783c3f8' | 19 | '0dc141f1a26f2cd570d49a05bcc9496ba4c49fde39afad46f5a0783e83c07ec810ca81454a28c3241bcffc62ac31274e2a8d726bbd3c1e91d8cf5315b783c3f8' |
20 | '610564aa853c5dbc4e370ec2a4d3b5590e53ed235a1960927c0986a31f6c77d135086b1f5752b56fd511ea4a0294082fc7e98ee2fa7b69b37776a59f45c2ec34' | 20 | '610564aa853c5dbc4e370ec2a4d3b5590e53ed235a1960927c0986a31f6c77d135086b1f5752b56fd511ea4a0294082fc7e98ee2fa7b69b37776a59f45c2ec34' |
21 | 'cb765075f02b5cd16bcfc31571cf7c31ddcd74ff3aa832df1acd96bd8feb62855c0cf90c31c3e0028180765a51eafc5c74fb1f0406dd9172bdc0f5ec02b39f8c') | 21 | 'cb765075f02b5cd16bcfc31571cf7c31ddcd74ff3aa832df1acd96bd8feb62855c0cf90c31c3e0028180765a51eafc5c74fb1f0406dd9172bdc0f5ec02b39f8c') |
diff --git a/x200-my.confd b/x200-my.confd index a65dd69..bc0024d 100644 --- a/x200-my.confd +++ b/x200-my.confd | |||
@@ -12,7 +12,7 @@ conf_autobackup="false" | |||
12 | # Path to backup directory: | 12 | # Path to backup directory: |
13 | conf_backup_path="/mnt/disk" | 13 | conf_backup_path="/mnt/disk" |
14 | # Control file. This (empty) file must exist in the backup directory: | 14 | # Control file. This (empty) file must exist in the backup directory: |
15 | conf_backup_control_file="dobackup" | 15 | conf_control_file="dobackup" |
16 | # Directories to backup: | 16 | # Directories to backup: |
17 | conf_backup_dirs=( | 17 | conf_backup_dirs=( |
18 | "/etc" | 18 | "/etc" |