Changeset 161 in Main for trunk/Tool


Ignore:
Timestamp:
Sep 25, 2024, 10:35:04 PM (7 weeks ago)
Author:
Nishi
Message:

adding chroot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tool/genconf.c

    r132 r161  
    4343        printf("\n");
    4444        printf("DocumentRoot %s/www\n", argv[1]);
    45         printf("\n");
    4645        printf("BeginDirectory %s/www\n", argv[1]);
    47         printf("\tAllow all\n");
     46        printf("        Allow all\n");
    4847        printf("EndDirectory\n", argv[1]);
    4948}
Note: See TracChangeset for help on using the changeset viewer.