]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
rename a file that Windows hates
authorRudolf Polzer <divverent@alientrap.org>
Sun, 21 Nov 2010 19:37:49 +0000 (20:37 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 21 Nov 2010 19:37:49 +0000 (20:37 +0100)
misc/infrastructure/mirror/etc::svc::git-daemon::run [deleted file]
misc/infrastructure/mirror/etc_svc_git-daemon_run [new file with mode: 0755]

diff --git a/misc/infrastructure/mirror/etc::svc::git-daemon::run b/misc/infrastructure/mirror/etc::svc::git-daemon::run
deleted file mode 100755 (executable)
index eb45073..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-exec 2>&1
-echo 'git-daemon starting.'
-exec chpst -ugitdaemon \
-  "$(git --exec-path)"/git-daemon --verbose --base-path=/var/cache/git /var/cache/git
diff --git a/misc/infrastructure/mirror/etc_svc_git-daemon_run b/misc/infrastructure/mirror/etc_svc_git-daemon_run
new file mode 100755 (executable)
index 0000000..eb45073
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+echo 'git-daemon starting.'
+exec chpst -ugitdaemon \
+  "$(git --exec-path)"/git-daemon --verbose --base-path=/var/cache/git /var/cache/git