1
0
mirror of synced 2026-04-15 07:39:46 +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

2
debian/changelog vendored
View File

@@ -11,6 +11,8 @@ xen-tools (4.2-1) UNRELEASED; urgency=low
* Change rinse path to /usr/sbin/. (Closes: #511211)
* Don't delete configuration file if it already exists when
xen-create-image is run. (Closes: #520177)
* Fix typo in /usr/lib/xen-tools/*.d/75-fixup-securetty (Closes:
#503339)
--

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