|
Lines 98-129
Link Here
|
| 98 |
%%DATADIR%%/stat.pl |
98 |
%%DATADIR%%/stat.pl |
| 99 |
%%PORTDOCS%%%%DOCSDIR%%/Legacy - ASSP Documentation.htm |
99 |
%%PORTDOCS%%%%DOCSDIR%%/Legacy - ASSP Documentation.htm |
| 100 |
%%PORTDOCS%%%%DOCSDIR%%/Regular Expression Tutorial.htm |
100 |
%%PORTDOCS%%%%DOCSDIR%%/Regular Expression Tutorial.htm |
| 101 |
%%PORTDOCS%%@dirrm %%DOCSDIR%% |
|
|
| 102 |
man/man8/assp.8.gz |
101 |
man/man8/assp.8.gz |
| 103 |
man/man8/assplog.8.gz |
102 |
man/man8/assplog.8.gz |
| 104 |
@dirrmtry %%DATADIR%%/reports |
103 |
%%ASSP_HOME%%/files |
| 105 |
@dirrmtry %%DATADIR%%/logs |
104 |
%%ASSP_HOME%%/images |
| 106 |
@dirrmtry %%DATADIR%%/images |
105 |
%%ASSP_HOME%%/rebuildspamdb.pl |
| 107 |
@dirrmtry %%DATADIR%%/files |
106 |
%%ASSP_HOME%%/reports |
| 108 |
@dirrmtry %%DATADIR%% |
107 |
%%ASSP_HOME%%/logs |
| 109 |
@dirrmtry etc/periodic/daily |
108 |
@dir %%DATADIR%%/logs |
| 110 |
@dirrmtry etc/periodic |
109 |
@dir(%%ASSP_USER%%,%%ASSP_GROUP%%,750) %%ASSP_LOG%% |
| 111 |
@exec ln -sf %D/%%DATADIR%%/files %%ASSP_HOME%%/ |
110 |
@dir(%%ASSP_USER%%,%%ASSP_GROUP%%,750) %%ASSP_HOME%% |
| 112 |
@unexec rm -f %%ASSP_HOME%%/files |
111 |
@postunexec if [ -d %%ASSP_HOME%% ]; then echo "If you are deinstalling ASSP completely, remove the %%ASSP_HOME%% directory."; fi |
| 113 |
@exec ln -sf %D/%%DATADIR%%/images %%ASSP_HOME%%/ |
112 |
@postunexec if [ -d %%ASSP_LOG%% ]; then echo "If you are deinstalling ASSP completely, remove the %%ASSP_LOG%% directory."; fi |
| 114 |
@unexec rm -f %%ASSP_HOME%%/images |
113 |
@postunexec echo "If you are deinstalling ASSP completely, delete the ASSP user and group." |
| 115 |
@exec ln -sf %D/%%DATADIR%%/rebuildspamdb.pl %%ASSP_HOME%%/ |
|
|
| 116 |
@unexec rm -f %%ASSP_HOME%%/rebuildspamdb.pl |
| 117 |
@exec ln -sf %D/%%DATADIR%%/reports %%ASSP_HOME%%/ |
| 118 |
@unexec rm -f %%ASSP_HOME%%/reports |
| 119 |
@exec ln -sf %%ASSP_LOG%% %%ASSP_HOME%%/logs |
| 120 |
@unexec rm -f %%ASSP_HOME%%/logs |
| 121 |
@cwd / |
| 122 |
@owner %%ASSP_USER%% |
| 123 |
@group %%ASSP_GROUP%% |
| 124 |
@mode 750 |
| 125 |
@dirrmtry %%ASSP_LOG%% |
| 126 |
@dirrmtry %%ASSP_HOME%% |
| 127 |
@unexec if [ -d %%ASSP_HOME%% ]; then echo "If you are deinstalling ASSP completely, remove the %%ASSP_HOME%% directory."; fi |
| 128 |
@unexec if [ -d %%ASSP_LOG%% ]; then echo "If you are deinstalling ASSP completely, remove the %%ASSP_LOG%% directory."; fi |
| 129 |
@unexec echo "If you are deinstalling ASSP completely, delete the ASSP user and group." |