Parent Directory
|
Revision Log
|
Patch
| revision 5450 by lange, Sun Jul 19 17:09:34 2009 UTC | revision 5521 by lange, Thu Sep 24 09:10:15 2009 UTC | |
|---|---|---|
| # | Line 16 set -e | Line 16 set -e |
| 16 | case "$1" in | case "$1" in |
| 17 | upgrade) | upgrade) |
| 18 | if egrep -q ^FAI_CONFIGDIR= /etc/fai/fai.conf; then | if egrep -q ^FAI_CONFIGDIR= /etc/fai/fai.conf; then |
| 19 | echo "The variable \$FAI_CONFIGDIR is still defined in /etc/fai/fai.conf." | echo "WARNING: The variable \$FAI_CONFIGDIR is still defined in /etc/fai/fai.conf." |
| 20 | echo "Please move it to /etc/fai/make-fai-nfsroot.conf." | echo "Please move it to /etc/fai/make-fai-nfsroot.conf." |
| 21 | fi | fi |
| 22 | ;; | ;; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |