| gerasimos_h Site Admin
 
 
 Joined: 09 Aug 2007
 Posts: 1757
 Location: Greece
 
 | 
			
				|  Posted: Wed Jan 30, 2008 10:35 am    Post subject: SMS-1.3.3 plus kde addon breaks CUPS web interface-SOLUTION! |   |  
				| 
 |  
				| A missing symlink of /usr/share/doc breaks cups web interface... If you have installed SMS.Native.CD-1.3.3 or downloaded kde13.lzm before 30/01/2008
 follow the guide bellow.
 
 To fix it, just use this simple script
 
  	  | Code: |  	  | #!/bin/bash 
 cp -r --preserve /usr/share/doc/* /usr/doc
 rm -r /usr/doc
 ln -s /usr/doc /usr/share/doc
 
 | 
 
 gerasimos_h
 _________________
 Superb! Mini Server Project Manager
 http://sms.it-ccs.com
 |  |