/[gnumed]/gnumed/gnumed/test-area/knoppix/debian-med
ViewVC logotype

Contents of /gnumed/gnumed/test-area/knoppix/debian-med

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Wed Nov 13 14:26:14 2002 UTC (21 years, 5 months ago) by jubalj
Branch: MAIN
Created script for knoppix CD debian-med initialisation - Experimental

1 # This file allows for startup changes so that this knoppix debian-med CD will function properly
2 # I havent coded it to accept a start/stop feature.. hopefully someone will do this if the need arises
3
4 echo "/etc/init.d/debian-med: Making Debian-med specific changes"
5
6 # setting up postgresql data, without these lines /var/lib/postgres/data just contains sym links to the CD.. and postgresql does not startup correctly..
7 rm -rf /var/lib/postgres/
8 cp -Rp /KNOPPIX/var/lib/postgres /var/lib/
9
10 #Gnumed env variable, should point to client path(?)
11 GNUMED_DIR=/usr/share/gnumed/client;export GNUMED_DIR
12 echo "Debian-med: All done.. (hopefully)"

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26