X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=src%2Fpakfire%2Fpakfire.conf;h=973cbe92a75e1f214663e2f6f5fa3d70254ee960;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=c3df33af1cb4f3701a0f2df56301dfa6626a9ddc;hpb=c1ae1ad69127629a01de32f587721b41e16a5ae5 diff --git a/src/pakfire/pakfire.conf b/src/pakfire/pakfire.conf index e69de29bb2..973cbe92a7 100644 --- a/src/pakfire/pakfire.conf +++ b/src/pakfire/pakfire.conf @@ -0,0 +1,14 @@ +#!/usr/bin/perl -w + +package Conf; + +$version = "2.0alpha1"; + +$mainserver = "pakfire.ipfire.org"; + +$cachedir = "/opt/pakfire/cache"; +$dbdir = "/opt/pakfire/db"; +$tmpdir = "/opt/pakfire/tmp"; +$logdir = "/opt/pakfire/logs"; + +1;