diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-05-07 17:54:25 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-05-07 17:54:25 +0700 |
| commit | b1f7019b8dc26d1a5e959a8b8e4568953511e816 (patch) | |
| tree | bd168e5f08d24455b9570e7364a90b695265caa3 | |
| parent | a82b64961ebb7a95ab485addd883d55cecc2f972 (diff) | |
| download | rescached-b1f7019b8dc26d1a5e959a8b8e4568953511e816.tar.xz | |
all: rename "scripts" to "_scripts"
This is to ignore the directory being scanned by Go tools.
| -rw-r--r-- | Makefile | 8 | ||||
| -rw-r--r-- | _scripts/hosts.block (renamed from scripts/hosts.block) | 0 | ||||
| -rw-r--r-- | _scripts/info.kilabit.rescached.plist (renamed from scripts/info.kilabit.rescached.plist) | 0 | ||||
| -rwxr-xr-x | _scripts/rescached-update-hosts-block.sh (renamed from scripts/rescached-update-hosts-block.sh) | 0 | ||||
| -rwxr-xr-x | _scripts/rescached.run (renamed from scripts/rescached.run) | 0 | ||||
| -rw-r--r-- | _scripts/rescached.service (renamed from scripts/rescached.service) | 0 |
6 files changed, 4 insertions, 4 deletions
@@ -97,12 +97,12 @@ install-common: cp $(RESCACHED_CFG) $(PREFIX)/etc/rescached/ cp testdata/localhost.cert.pem $(PREFIX)/etc/rescached/ cp testdata/localhost.key.pem $(PREFIX)/etc/rescached/ - cp scripts/hosts.block $(PREFIX)/etc/rescached/hosts.d/ + cp _scripts/hosts.block $(PREFIX)/etc/rescached/hosts.d/ mkdir -p $(PREFIX)$(DIR_BIN) cp -f $(RESCACHED_BIN) $(PREFIX)$(DIR_BIN) cp -f $(RESOLVER_BIN) $(PREFIX)$(DIR_BIN) - cp scripts/rescached-update-hosts-block.sh $(PREFIX)$(DIR_BIN) + cp _scripts/rescached-update-hosts-block.sh $(PREFIX)$(DIR_BIN) mkdir -p $(PREFIX)$(DIR_MAN)/man1 mkdir -p $(PREFIX)$(DIR_MAN)/man5 @@ -116,14 +116,14 @@ install-common: install: build install-common mkdir -p $(PREFIX)/usr/lib/systemd/system - cp scripts/rescached.service $(PREFIX)/usr/lib/systemd/system/ + cp _scripts/rescached.service $(PREFIX)/usr/lib/systemd/system/ install-macos: DIR_BIN=/usr/local/bin install-macos: DIR_MAN=/usr/local/share/man install-macos: DIR_RESCACHED=/usr/local/share/rescached install-macos: build install-common - cp scripts/info.kilabit.rescached.plist /Library/LaunchDaemons/ + cp _scripts/info.kilabit.rescached.plist /Library/LaunchDaemons/ uninstall-common: diff --git a/scripts/hosts.block b/_scripts/hosts.block index d3aa06a..d3aa06a 100644 --- a/scripts/hosts.block +++ b/_scripts/hosts.block diff --git a/scripts/info.kilabit.rescached.plist b/_scripts/info.kilabit.rescached.plist index f6ec626..f6ec626 100644 --- a/scripts/info.kilabit.rescached.plist +++ b/_scripts/info.kilabit.rescached.plist diff --git a/scripts/rescached-update-hosts-block.sh b/_scripts/rescached-update-hosts-block.sh index 17b8e83..17b8e83 100755 --- a/scripts/rescached-update-hosts-block.sh +++ b/_scripts/rescached-update-hosts-block.sh diff --git a/scripts/rescached.run b/_scripts/rescached.run index d2905c5..d2905c5 100755 --- a/scripts/rescached.run +++ b/_scripts/rescached.run diff --git a/scripts/rescached.service b/_scripts/rescached.service index 4f51854..4f51854 100644 --- a/scripts/rescached.service +++ b/_scripts/rescached.service |
