aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cache/driver/memcache.php
diff options
context:
space:
mode:
authorNicofuma <github@nicofuma.fr>2015-05-03 22:44:39 +0200
committerNicofuma <github@nicofuma.fr>2015-05-03 22:44:39 +0200
commitda68cfb7758d5b4faeac7b725d011700f398cc10 (patch)
tree1ea9850664cf57fa1eb9ec91d803148ca94287be /phpBB/phpbb/cache/driver/memcache.php
parent36abb61d39c09ecc00714f4121f4738c05a9ed2e (diff)
parent1b75411e8165b16e264bfae587cb660fc96d1593 (diff)
downloadforums-da68cfb7758d5b4faeac7b725d011700f398cc10.tar
forums-da68cfb7758d5b4faeac7b725d011700f398cc10.tar.gz
forums-da68cfb7758d5b4faeac7b725d011700f398cc10.tar.bz2
forums-da68cfb7758d5b4faeac7b725d011700f398cc10.tar.xz
forums-da68cfb7758d5b4faeac7b725d011700f398cc10.zip
Merge branch '3.1.x'
Diffstat (limited to 'phpBB/phpbb/cache/driver/memcache.php')
0 files changed, 0 insertions, 0 deletions
class='commit-info'> authorFrancois Pons <fpons@mandriva.com>2001-01-18 15:23:46 +0000 committerFrancois Pons <fpons@mandriva.com>2001-01-18 15:23:46 +0000 commitc7339f9deb02d680172f84c3765cc105d8a4880e (patch) tree87f8ca02600dea67cf2e32b2642ea45f44d348be /perl-install/live_install parent8be33442197d3e14066399b312e41c47ef99341b (diff)downloaddrakx-c7339f9deb02d680172f84c3765cc105d8a4880e.tar
drakx-c7339f9deb02d680172f84c3765cc105d8a4880e.tar.gz
drakx-c7339f9deb02d680172f84c3765cc105d8a4880e.tar.bz2
drakx-c7339f9deb02d680172f84c3765cc105d8a4880e.tar.xz
drakx-c7339f9deb02d680172f84c3765cc105d8a4880e.zip
update live install to match /tmp/image instead of /tmp/rhimage.
Diffstat (limited to 'perl-install/live_install')
-rwxr-xr-xperl-install/live_install6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/live_install b/perl-install/live_install
index a98bc19da..6a68da87e 100755
--- a/perl-install/live_install
+++ b/perl-install/live_install
@@ -14,14 +14,14 @@ else
exit 2
fi
-/bin/rm -rf /tmp/rhimage
-/bin/mkdir -m 0700 /tmp/rhimage || exit 1
+/bin/rm -rf /tmp/image
+/bin/mkdir -m 0700 /tmp/image || exit 1
/bin/rm -rf /tmp/drakx
/bin/mkdir -m 0700 /tmp/drakx || exit 2
for i in Mandrake RPMS misc boot images VERSION
do
- /bin/ln -sf "$dir/../../$i" "/tmp/rhimage/$i"
+ /bin/ln -sf "$dir/../../$i" "/tmp/image/$i"
done
/bin/cp -a "$dir/../../Mandrake/mdkinst" "/tmp/drakx"