1
0
mirror of synced 2026-04-26 04:16:54 +00:00

Fix typo in /usr/lib/xen-tools/*.d/75-fixup-securetty (Closes: #503339)

This commit is contained in:
Axel Beckert
2010-01-26 02:51:31 +01:00
parent fab5bc9861
commit e08ade0875
8 changed files with 9 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ logMessage Script $0 starting
# If the file doesn't exist exit early.
#
if [ ! -e ${prefix}/etc/securetty ]; then
logMesage /etc/securetty not found.
logMessage /etc/securetty not found.
exit
fi

View File

@@ -30,7 +30,7 @@ logMessage Script $0 starting
# If the file doesn't exist exit early.
#
if [ ! -e ${prefix}/etc/securetty ]; then
logMesage /etc/securetty not found.
logMessage /etc/securetty not found.
exit
fi

View File

@@ -30,7 +30,7 @@ logMessage Script $0 starting
# If the file doesn't exist exit early.
#
if [ ! -e ${prefix}/etc/securetty ]; then
logMesage /etc/securetty not found.
logMessage /etc/securetty not found.
exit
fi

View File

@@ -30,7 +30,7 @@ logMessage Script $0 starting
# If the file doesn't exist exit early.
#
if [ ! -e ${prefix}/etc/securetty ]; then
logMesage /etc/securetty not found.
logMessage /etc/securetty not found.
exit
fi

View File

@@ -30,7 +30,7 @@ logMessage Script $0 starting
# If the file doesn't exist exit early.
#
if [ ! -e ${prefix}/etc/securetty ]; then
logMesage /etc/securetty not found.
logMessage /etc/securetty not found.
exit
fi

View File

@@ -30,7 +30,7 @@ logMessage Script $0 starting
# If the file doesn't exist exit early.
#
if [ ! -e ${prefix}/etc/securetty ]; then
logMesage /etc/securetty not found.
logMessage /etc/securetty not found.
exit
fi

View File

@@ -30,7 +30,7 @@ logMessage Script $0 starting
# If the file doesn't exist exit early.
#
if [ ! -e ${prefix}/etc/securetty ]; then
logMesage /etc/securetty not found.
logMessage /etc/securetty not found.
exit
fi