File: update-modules

package info (click to toggle)
module-init-tools 3.4-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,208 kB
  • ctags: 900
  • sloc: sh: 7,980; ansic: 5,036; makefile: 204
file content (13 lines) | stat: -rw-r--r-- 300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh -e

exec >&2

echo ""
echo "************************************************************************"
echo "*"
echo "* The update-modules command is deprecated and should not be used!"
echo "*"
echo "************************************************************************"
echo ""

exit 0