From: Rudolf Polzer Date: Sun, 21 Nov 2010 19:37:49 +0000 (+0100) Subject: rename a file that Windows hates X-Git-Tag: xonotic-v0.1.0preview~37 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=1c355a22bea8fb50cd1e710ad5af257581156ef1;hp=c752a61814a2f7e16d49d86002a29dd57f7b9c21 rename a file that Windows hates --- diff --git a/misc/infrastructure/mirror/etc::svc::git-daemon::run b/misc/infrastructure/mirror/etc::svc::git-daemon::run deleted file mode 100755 index eb45073d..00000000 --- a/misc/infrastructure/mirror/etc::svc::git-daemon::run +++ /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 index 00000000..eb45073d --- /dev/null +++ b/misc/infrastructure/mirror/etc_svc_git-daemon_run @@ -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