File: preinst.ex

package info (click to toggle)
setserial 2.12-6
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 132 kB
  • ctags: 52
  • sloc: ansic: 601; sh: 68; makefile: 60
file content (13 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#
#
echo 
echo "This version of the setserial package comes with a new"
echo "/etc/rc.boot/0setserial file which attempts to ensure that"
echo "the serial module is loaded if the module is not compiled"
echo "into the kernel or loaded already. I would therefore recommend"
echo "that you answer Y after taking a copy of your config file, and"
echo "reconfigure the new file manually..."
echo 
exit 0
#