Changeset 12972
- Timestamp:
- Apr 23, 2007, 3:04:56 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 9 edited
-
Nebulous-Server/bin/neb-addvol (modified) (2 diffs)
-
Nebulous-Server/docs/setup.txt (modified) (1 diff)
-
Nebulous-Server/scripts/bench_test.pl (modified) (1 diff)
-
Nebulous-Server/scripts/ptest.pl (modified) (1 diff)
-
Nebulous/bin/neb-addvol (modified) (2 diffs)
-
Nebulous/docs/setup.txt (modified) (1 diff)
-
Nebulous/nebclient/tests/tap/bootstrap.sh (modified) (1 diff)
-
Nebulous/scripts/bench_test.pl (modified) (1 diff)
-
Nebulous/scripts/ptest.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/bin/neb-addvol
r12970 r12972 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: neb-addvol,v 1. 2 2007-04-24 00:56:30jhoblitt Exp $5 # $Id: neb-addvol,v 1.3 2007-04-24 01:04:55 jhoblitt Exp $ 6 6 7 7 use strict; … … 51 51 print "Checking URI..."; 52 52 53 my $path = URI ::file->new($uri)->file;53 my $path = URI->new($uri)->file; 54 54 unless (-d $path) { 55 55 die "path: $path dirived from URI: $uri does not exist"; -
trunk/Nebulous-Server/docs/setup.txt
r4943 r12972 186 186 =item * configure Apache to run as the nebulous group. 187 187 188 Make sure mod_perl is being loaded into Apache. In order to do this on 189 gentoo, you must edit /etc/config.d/apache2 and add C<-DPERL> to 190 C<APACHE2_OTPS>. 191 188 192 cat <<END >> /etc/apache2/conf/apache2.conf 189 193 <Location /nebulous> -
trunk/Nebulous-Server/scripts/bench_test.pl
r4931 r12972 10 10 11 11 my $neb = Nebulous::Client->new( 12 proxy => 'http:// localhost:80/nebulous'12 proxy => 'http://alala:80/nebulous' 13 13 ); 14 14 -
trunk/Nebulous-Server/scripts/ptest.pl
r11564 r12972 9 9 10 10 my $neb = Nebulous::Client->new( 11 proxy => 'http:// localhost:80/nebulous'11 proxy => 'http://alala:80/nebulous' 12 12 ); 13 13 -
trunk/Nebulous/bin/neb-addvol
r12970 r12972 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: neb-addvol,v 1. 2 2007-04-24 00:56:30jhoblitt Exp $5 # $Id: neb-addvol,v 1.3 2007-04-24 01:04:55 jhoblitt Exp $ 6 6 7 7 use strict; … … 51 51 print "Checking URI..."; 52 52 53 my $path = URI ::file->new($uri)->file;53 my $path = URI->new($uri)->file; 54 54 unless (-d $path) { 55 55 die "path: $path dirived from URI: $uri does not exist"; -
trunk/Nebulous/docs/setup.txt
r4943 r12972 186 186 =item * configure Apache to run as the nebulous group. 187 187 188 Make sure mod_perl is being loaded into Apache. In order to do this on 189 gentoo, you must edit /etc/config.d/apache2 and add C<-DPERL> to 190 C<APACHE2_OTPS>. 191 188 192 cat <<END >> /etc/apache2/conf/apache2.conf 189 193 <Location /nebulous> -
trunk/Nebulous/nebclient/tests/tap/bootstrap.sh
r12605 r12972 2 2 3 3 set -x 4 aclocal 19-I /usr/local/share/aclocal || aclocal || exit 15 autoheader 259|| autoheader || exit 16 libtoolize 15-c -f || libtoolize -c -f || glibtoolize -c -f || exit 17 automake 19-a -c || automake -a -c || exit 18 autoconf 259|| autoconf || exit 14 aclocal -I /usr/local/share/aclocal || aclocal || exit 1 5 autoheader || autoheader || exit 1 6 libtoolize -c -f || libtoolize -c -f || glibtoolize -c -f || exit 1 7 automake -a -c || automake -a -c || exit 1 8 autoconf || autoconf || exit 1 -
trunk/Nebulous/scripts/bench_test.pl
r4931 r12972 10 10 11 11 my $neb = Nebulous::Client->new( 12 proxy => 'http:// localhost:80/nebulous'12 proxy => 'http://alala:80/nebulous' 13 13 ); 14 14 -
trunk/Nebulous/scripts/ptest.pl
r11564 r12972 9 9 10 10 my $neb = Nebulous::Client->new( 11 proxy => 'http:// localhost:80/nebulous'11 proxy => 'http://alala:80/nebulous' 12 12 ); 13 13
Note:
See TracChangeset
for help on using the changeset viewer.
