summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-17 05:20:21 -0300
committerEuAndreh <eu@euandre.org>2024-08-17 05:23:59 -0300
commit3914e66b91a0dde7d9a53c0bb0d60cf0793c91f0 (patch)
tree767911eb9f153bc3c3d3b1654c4a7b22dc0ed6c3
parentdeps.mk: Include config files (diff)
downloadsyskeep-3914e66b91a0dde7d9a53c0bb0d60cf0793c91f0.tar.gz
syskeep-3914e66b91a0dde7d9a53c0bb0d60cf0793c91f0.tar.xz
Remove extensions for config files
-rw-r--r--deps.mk4
-rw-r--r--src/known_hosts (renamed from src/known_hosts.txt)0
-rw-r--r--src/rc (renamed from src/rc.sh)0
3 files changed, 2 insertions, 2 deletions
diff --git a/deps.mk b/deps.mk
index 82764bd..98c9246 100644
--- a/deps.mk
+++ b/deps.mk
@@ -8,8 +8,8 @@ sources.txt = \
src/backupit.txt \
src/gitconfig \
src/init.scm \
- src/known_hosts.txt \
+ src/known_hosts \
src/profile.sh \
- src/rc.sh \
+ src/rc \
src/ssh.conf \
diff --git a/src/known_hosts.txt b/src/known_hosts
index 74ba219..74ba219 100644
--- a/src/known_hosts.txt
+++ b/src/known_hosts
diff --git a/src/rc.sh b/src/rc
index c79d6d7..c79d6d7 100644
--- a/src/rc.sh
+++ b/src/rc