File: Linux.pre.sh

package info (click to toggle)
scponly 4.6-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 616 kB
  • ctags: 74
  • sloc: sh: 3,318; ansic: 1,007; makefile: 104
file content (16 lines) | stat: -rw-r--r-- 469 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
#       this is a presetup script for Linux
#
#   any custom modifications to setup_chroot.sh variables could occur here
#
#	for specific distros of linux, use uname and if/then clauses...
#	perhaps sourcing other scripts, send changes to joe@sublimation.org
#
#
# update the real ld.so.cache, and include it and the config to be copied.
# could use ldconfig -r, but this is probably more portable.
#

ldconfig

LIB_LIST="$LIB_LIST /etc/ld.so.cache  /etc/ld.so.conf"