Ignore:
Timestamp:
2014-12-08T12:19:58+13:00 (9 years ago)
Author:
Jeremy Symon
Message:

Arch package now automatically sets the owner of the web directory to the tomcat user. The functionality is also implemented for the other package managers, but not yet tested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/package-kits/linux/packages/main

    r29536 r29546  
    3131
    3232FILES:
    33     @GSSRV@
     33    @WEB@
    3434    @TOMCATCONF@/*
    3535    @TOMCATLIB@/*
     
    4848    build-core
    4949    main
     50
     51POST_INSTALL:
     52    chown -R @TOMCAT_USER@:@TOMCAT_USER@ @WEB@
     53
     54POST_REMOVE:
     55    echo "To fully remove greenstone, delete /usr/share/greenstone/web"
Note: See TracChangeset for help on using the changeset viewer.