You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							41 lines
						
					
					
						
							1.2 KiB
						
					
					
				
			
		
		
	
	
							41 lines
						
					
					
						
							1.2 KiB
						
					
					
				| # --- SDE-COPYRIGHT-NOTE-BEGIN --- | |
| # This copyright note is auto-generated by ./scripts/Create-CopyPatch. | |
| # | |
| # Filename: package/.../prelink/prelink.conf.data | |
| # Copyright (C) 1998 - 2003 Clifford Wolf | |
| # | |
| # More information can be found in the files COPYING and README. | |
| # | |
| # This program is free software; you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation; version 2 of the License. A copy of the | |
| # GNU General Public License can be found in the file COPYING. | |
| # --- SDE-COPYRIGHT-NOTE-END --- | |
|  | |
| # Created for ROCK Linux by Rene Rebe <[email protected]> | |
|  | |
| # This config file contains a list of directories both with binaries | |
| # and libraries prelink should consider by default. | |
| # If a directory name is prefixed with `-l ', the directory hierarchy | |
| # will be walked as long as filesystem boundaries are not crossed. | |
| # If a directory name is prefixed with `-h ', symbolic links in a | |
| # directory hierarchy are followed. | |
|  | |
| -l /bin | |
| -l /sbin | |
| -l /lib | |
|  | |
| -l /usr/bin | |
| -l /usr/sbin | |
| -l /usr/lib | |
| -l /usr/libexec | |
|  | |
| -l /usr/X11/bin | |
| -l /usr/X11/lib | |
|  | |
| -l /opt | |
|  | |
| -l /usr/local/bin | |
| -l /usr/local/sbin | |
| -l /usr/local/libexec | |
| 
 | |
| 
 |