diff options
author | elij <elij.mx@gmail.com> | 2009-09-28 01:43:33 +0200 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-09-28 20:58:27 +0200 |
commit | 94b1e165e12ff12e2caf01913fdec52009215210 (patch) | |
tree | 23d7d3898d7191b2d99a293a1d23cbba9ca4e386 /tupkg/scripts/run-tupkgs | |
parent | 6caf3a4da0e984f0cb4555445b7bcfbc36eece39 (diff) | |
download | aur-94b1e165e12ff12e2caf01913fdec52009215210.tar.gz aur-94b1e165e12ff12e2caf01913fdec52009215210.tar.xz |
removed tupkg. community management moved to main repos.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'tupkg/scripts/run-tupkgs')
-rwxr-xr-x | tupkg/scripts/run-tupkgs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tupkg/scripts/run-tupkgs b/tupkg/scripts/run-tupkgs deleted file mode 100755 index 429f815a..00000000 --- a/tupkg/scripts/run-tupkgs +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -aurroot=/srv/http/aur - -nohup $aurroot/aur/tupkg/server/tupkgs -c $aurroot/tupkgs.conf > $aurroot/tupkgs.log 2>&1 & |