apache, subversion and deps in main
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import os
|
||||
|
||||
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
os.system("/bin/chown root:apache /usr/sbin/suexec")
|
||||
os.system("/bin/chmod 04710 /usr/sbin/suexec")
|
||||
os.system("/bin/chown apache:apache /var/cache/apache2")
|
||||
Reference in New Issue
Block a user