]> git.madduck.net Git - etc/systemd.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

remove outdated/wrong vcsh hook
authormartin f. krafft <madduck@madduck.net>
Fri, 1 Nov 2019 11:09:13 +0000 (00:09 +1300)
committermartin f. krafft <madduck@madduck.net>
Fri, 1 Nov 2019 11:09:20 +0000 (00:09 +1300)
.config/vcsh/hooks-available/systemd.update [deleted file]
.config/vcsh/hooks-enabled/systemd.post-clone [deleted symlink]
.config/vcsh/hooks-enabled/systemd.post-enter [deleted symlink]
.config/vcsh/hooks-enabled/systemd.post-pull [deleted symlink]
.config/vcsh/hooks-enabled/systemd.post-run [deleted symlink]

diff --git a/.config/vcsh/hooks-available/systemd.update b/.config/vcsh/hooks-available/systemd.update
deleted file mode 100755 (executable)
index fb09002..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-cd ~/.config/systemd/user
-git ls-files . | while read s; do
-  s=${s##*/}
-  echo Enabling systemd user service $s …
-  systemctl --user enable $s
-  systemctl --user start $s
-done
diff --git a/.config/vcsh/hooks-enabled/systemd.post-clone b/.config/vcsh/hooks-enabled/systemd.post-clone
deleted file mode 120000 (symlink)
index 42a0410..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../hooks-available/systemd.update
\ No newline at end of file
diff --git a/.config/vcsh/hooks-enabled/systemd.post-enter b/.config/vcsh/hooks-enabled/systemd.post-enter
deleted file mode 120000 (symlink)
index 42a0410..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../hooks-available/systemd.update
\ No newline at end of file
diff --git a/.config/vcsh/hooks-enabled/systemd.post-pull b/.config/vcsh/hooks-enabled/systemd.post-pull
deleted file mode 120000 (symlink)
index 42a0410..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../hooks-available/systemd.update
\ No newline at end of file
diff --git a/.config/vcsh/hooks-enabled/systemd.post-run b/.config/vcsh/hooks-enabled/systemd.post-run
deleted file mode 120000 (symlink)
index 42a0410..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../hooks-available/systemd.update
\ No newline at end of file