Filewatcher File Search
FTP Search
  
Directory (beta)
  
Content Search (beta)
   
pkg://jukebox-mercury_0.1-1.1_all.deb:6050/postinst  info  downloads

#! /bin/sh

prog=jukebox-mercury

if [ -x /etc/init.d/$prog ]; then
	update-rc.d $prog defaults 20 >/dev/null
fi

if [ -e /dev/mercury -a -e /dev/mercury-1 -a -e /dev/mercury-2 ]; then
	/etc/init.d/$prog start
else
	echo "This program needs some manual configuration.  In /dev create symlinks for the"
	echo "following targets:"
	echo " "
	echo "    mercury               symlink to jukebox serial port  (e.g. ttyS0)"
	echo "    mercury-1             symlink to jukebox drive #1     (e.g. scd0)"
	echo "    mercury-2             symlink to jukebox drive #2     (e.g. scd1)"
	echo "    mercury-3             symlink to jukebox drive #3     (e.g. scd2)"
	echo "    mercury-4             symlink to jukebox drive #4     (e.g. scd3)"
	echo " "
	echo -n "Press <return> to continue: "
	read return
fi


Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2008 IT MARUHN