Ignore:
Timestamp:
03/11/10 14:58:15 (2 years ago)
Author:
nuxwin
Message:
  • [SETUP] Fixed #2276: Wrong instructions for removing old files during an

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/omega-1.0.5/docs/OpenBSD/INSTALL

    r2660 r2688  
    231231 
    2322327. Delete old files to avoid security risks: 
    233         # rm -fR /var/www/ispcp/engine/ 
    234         # rm -fR /var/www/ispcp/gui/admin/ 
    235         # rm -fR /var/www/ispcp/gui/client/ 
    236         # rm -fR /var/www/ispcp/gui/include/ 
    237         # rm -fR /var/www/ispcp/gui/orderpanel/ 
    238         # rm -fR /var/www/ispcp/gui/themes/ 
    239         # rm -fR /var/www/ispcp/gui/reseller/ 
    240         # rm -fR /var/www/ispcp/gui/*.php 
     233        # rm -Rf /var/www/ispcp/{engine,gui} 
    241234 
    2422358. Copy /usr and /var directories into your system (you may make backups) 
Note: See TracChangeset for help on using the changeset viewer.