Magellan Linux

Contents of /trunk/mlivecdbuild/profiles/openvpn-i686/mage.rc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 582 - (show annotations) (download)
Sat Oct 13 11:42:09 2007 UTC (16 years, 7 months ago) by niro
File size: 818 byte(s)
-added openvpn profile

1 MAGEDIR="/usr/mage"
2 PKGDIR="/var/cache/mage/packages"
3 BUILDDIR="/var/tmp/magebuild"
4 INSTALLDB="/var/db/mage"
5 VIRTUALDB_DEFAULTS="/etc/mage-profile/virtuals.defaults"
6 VIRTUALDB_FILE="${INSTALLDB}/virtuals"
7 BINDIR="${BUILDDIR}/builded"
8 VERBOSE="off"
9 MAGEDEBUG="off"
10 MIRRORS="http://magellan-linux.de/magellan/magellan-dev/unstable
11 http://magellan-linux.de/magellan/magellan-dev/testing
12 http://magellan-linux.de/magellan/magellan-dev/stable"
13 RSYNC="rsync://magellan-linux.de/mage-cvs"
14 ARCH=i686
15 CHOST="${ARCH}-pc-linux-gnu"
16 CFLAGS="-mtune=${ARCH} -O2 -pipe"
17 CXXFLAGS="${CFLAGS}"
18 SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"
19 MAGE_DISTRIBUTION=unstable
20 SOURCEDIR="/var/cache/mage/sources"
21 SMAGESCRIPTSDIR="/var/cache/mage/smage"
22 DISTCC_DIR="${BUILDDIR}/.distcc"
23 MAKEOPTS=-j2
24 PACKAGES_SERVER_PATH="packages/${ARCH}"
25