Changeset 85c2873 for npl/syn3/syn3-scripts/scripts
- Timestamp:
- 01/16/19 13:46:55 (6 years ago)
- Branches:
- master
- Children:
- 12bffd8
- Parents:
- 354c056
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/syn3/syn3-scripts/scripts/etc-update
r354c056 r85c2873 2 2 #DatuX etc update script (C)2005 DatuX 3 3 #automaticly rename .new files in /etc and /home/system 4 find /etc /home/system -maxdepth 10 -path '*vservers*' -prune -o -path '/home/shares/*' -prune -o -path '/home/users/*' -prune -o -path '/home/system/kopano/*' -prune -o -path '/home/system/ svn/*' -prune -o -path '/home/system/proxy/cache/*' -prune -o -path '/home/system/amavis/*' -prune -o -name '*.new' -follow -print 2>/dev/null| while read NEW; do4 find /etc /home/system -maxdepth 10 -path '*vservers*' -prune -o -path '/home/shares/*' -prune -o -path '/home/users/*' -prune -o -path '/home/system/kopano/*' -prune -o -path '/home/system/zarafa/*' -prune -o -path '/home/system/svn/*' -prune -o -path '/home/system/proxy/cache/*' -prune -o -path '/home/system/amavis/*' -prune -o -name '*.new' -follow -print 2>/dev/null| while read NEW; do 5 5 CURR=`echo $NEW| sed 's/\.new$//g'` 6 6 #does current exist?
Note: See TracChangeset
for help on using the changeset viewer.