]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- print space as last char in prompt
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 17 Feb 2000 10:59:14 +0000 (10:59 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 17 Feb 2000 10:59:14 +0000 (10:59 +0000)
svn-id: @638

po/pl.po
rc.d/rc.sysinit

index de043b91f059af71644234d6c74cdb374486cec3..92fdf23bef22be942ce3ffca66d62e4df32a59db 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -1,7 +1,7 @@
 # Polish translation of rc-scripts.
 # Copyright (C) 1999 Free Software Foundation, Inc.
 # Arkadiusz Miskiewicz <misiek@pld.org.pl>, 1999.
-# $Id: pl.po,v 1.15 2000/01/31 14:29:38 misiek Exp $
+# $Id: pl.po,v 1.16 2000/02/17 10:59:14 misiek Exp $
 #
 msgid ""
 msgstr ""
@@ -218,8 +218,8 @@ msgid "%sResource Manager: %sEntering runlevel number%s"
 msgstr "%sZarzadca zasobow: %sWejscie na poziom%s"
 
 # ../rc.d/rc.sysinit:224
-msgid "(RAID Repair) #"
-msgstr "(Naprawa RAID) #"
+msgid "(RAID Repair)"
+msgstr "(Naprawa RAID)"
 
 # ../rc.d/init.d/functions.network:145
 msgid "Setting local port range"
@@ -271,8 +271,8 @@ msgstr "Wylaczemoe swap i zliczania"
 msgid "NIS Domain:"
 msgstr "Domena NIS:"
 
-msgid "(Repair filesystem) #"
-msgstr "(Naprawa systemu plikow) #"
+msgid "(Repair filesystem)"
+msgstr "(Naprawa systemu plikow)"
 
 # ../rc.d/init.d/network:132
 msgid "Currently active devices and tunnels:"
index 97ab4f92e5511946a248b1f02e54b0a88fff9f92..f9e07de313a14dc565fd4c6a7ec77dd7bc51ada6 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 # /etc/rc.d/rc.sysinit - run once at boot time
-# $Id: rc.sysinit,v 1.44 2000/02/10 10:31:36 misiek Exp $
+# $Id: rc.sysinit,v 1.45 2000/02/17 10:59:14 misiek Exp $
 #
 # Taken in part from Miquel van Smoorenburg's bcheckrc.
 # Changes:      Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
@@ -103,7 +103,7 @@ if [ ! -f /fastboot -a ! -n "$NFSROOT" ]; then
                nls "*** when you leave the shell."
                echo
 
-               PS1="`nls "(Repair filesystem) #"`"; export PS1
+               PS1="`nls "(Repair filesystem)"`"; export PS1
                if [ "$RUN_SULOGIN_ON_ERR" = "yes" ]; then
                        sulogin
                else
@@ -252,7 +252,7 @@ if [ -f /proc/mdstat -a -f /etc/raidtab ]; then
                nls "*** when you leave the shell."
                echo
 
-               PS1="`nls "(RAID Repair) #"`"; export PS1
+               PS1="`nls "(RAID Repair)"`"; export PS1
                if [ "$RUN_SULOGIN_ON_ERR" = "yes" ]; then
                        sulogin
                else
@@ -281,7 +281,7 @@ if [ ! -f /fastboot ]; then
                nls "*** when you leave the shell."
                echo
 
-               PS1="`nls "(Repair filesystem) #"`"; export PS1
+               PS1="`nls "(Repair filesystem)"`"; export PS1
                if [ "$RUN_SULOGIN_ON_ERR" = "yes" ]; then
                        sulogin
                else
This page took 0.091629 seconds and 4 git commands to generate.