diff options
| author | makkalot <makkalot@gmail.com> | 2008-08-20 12:05:51 +0300 |
|---|---|---|
| committer | makkalot <makkalot@gmail.com> | 2008-08-20 12:05:51 +0300 |
| commit | a07ef03e52427fa26f8990031705a86fdd7c9291 (patch) | |
| tree | 94a805c7f373ba706d980becf279c2855e55efd2 /funcweb/setup.py | |
| parent | 4005973a517189036a98175f61ae1006914ef323 (diff) | |
| parent | cc10cfa9b4e39e901128749cf034d64c4db47ad7 (diff) | |
Merge branch 'export_methods'
Diffstat (limited to 'funcweb/setup.py')
| -rw-r--r-- | funcweb/setup.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/funcweb/setup.py b/funcweb/setup.py index e4e6cf7..fc12ca2 100644 --- a/funcweb/setup.py +++ b/funcweb/setup.py @@ -23,6 +23,8 @@ initpath = "/etc/init.d" #the log path logpath = "/var/log/funcweb" rotpath = "/etc/logrotate.d" +#the pam path +pampath = "/etc/pam.d/" #the setup part setup( @@ -93,6 +95,7 @@ setup( (self_etcpath,['etc/prod.cfg']), (initpath,['init-scripts/funcwebd']), (logpath,[]), - (rotpath,['etc/funcweb_rotate']) + (rotpath,['etc/funcweb_rotate']), + (pampath,['etc/pam.d/funcweb']) ], ) |
