Changeset 6428 for trunk/libtransmission/rpc-server.c
- Timestamp:
- Aug 5, 2008, 4:41:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/rpc-server.c
r6352 r6428 366 366 { 367 367 tr_inf( _( "Serving the web interface files from \"%s\"" ), clutchDir ); 368 argv[argc++] = tr_strdup( "-aliases" ); 369 argv[argc++] = tr_strdup_printf( "%s=%s,%s=%s", 370 "/transmission/clutch", clutchDir, 371 "/transmission/web", clutchDir ); 368 argv[argc++] = tr_strdup( "-root" ); 369 argv[argc++] = tr_strdup( clutchDir ); 372 370 } 373 371
Note: See TracChangeset
for help on using the changeset viewer.