diff options
Diffstat (limited to 'release/picobsd/dial/lang')
-rw-r--r-- | release/picobsd/dial/lang/LICENCE.ssh | 2 | ||||
-rw-r--r-- | release/picobsd/dial/lang/README.en | 2 | ||||
-rw-r--r-- | release/picobsd/dial/lang/README.pl | 2 | ||||
-rwxr-xr-x | release/picobsd/dial/lang/dialup.en | 2 | ||||
-rwxr-xr-x | release/picobsd/dial/lang/dialup.pl | 2 | ||||
-rw-r--r-- | release/picobsd/dial/lang/hosts.en | 2 | ||||
-rw-r--r-- | release/picobsd/dial/lang/hosts.pl | 2 | ||||
-rwxr-xr-x | release/picobsd/dial/lang/login.en | 2 | ||||
-rwxr-xr-x | release/picobsd/dial/lang/login.pl | 2 | ||||
-rwxr-xr-x | release/picobsd/dial/lang/reboot.en | 2 | ||||
-rwxr-xr-x | release/picobsd/dial/lang/reboot.pl | 2 | ||||
-rwxr-xr-x | release/picobsd/dial/lang/update.en | 2 | ||||
-rwxr-xr-x | release/picobsd/dial/lang/update.pl | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/release/picobsd/dial/lang/LICENCE.ssh b/release/picobsd/dial/lang/LICENCE.ssh index d5a0361e20f2..c4fa584542ad 100644 --- a/release/picobsd/dial/lang/LICENCE.ssh +++ b/release/picobsd/dial/lang/LICENCE.ssh @@ -5,4 +5,4 @@ using strong encryption methods. <abial@freebsd.org> -$Id: LICENCE.ssh,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +$FreeBSD$ diff --git a/release/picobsd/dial/lang/README.en b/release/picobsd/dial/lang/README.en index 518f8a34f3b9..018b4ecc68db 100644 --- a/release/picobsd/dial/lang/README.en +++ b/release/picobsd/dial/lang/README.en @@ -103,4 +103,4 @@ Have fun! Andrzej Bialecki <abial@freebsd.org> -$Id: README.en,v 1.4.2.1 1999/05/07 10:02:37 abial Exp $ +$FreeBSD$ diff --git a/release/picobsd/dial/lang/README.pl b/release/picobsd/dial/lang/README.pl index bc31940c79b6..ef5bdf1f0615 100644 --- a/release/picobsd/dial/lang/README.pl +++ b/release/picobsd/dial/lang/README.pl @@ -104,4 +104,4 @@ Miłej zabawy! Andrzej Białecki <abial@freebsd.org> -$Id: README.pl,v 1.3 1998/10/15 21:40:00 abial Exp $ +$FreeBSD$ diff --git a/release/picobsd/dial/lang/dialup.en b/release/picobsd/dial/lang/dialup.en index 7023075744a3..ab1491245c02 100755 --- a/release/picobsd/dial/lang/dialup.en +++ b/release/picobsd/dial/lang/dialup.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: dialup.en,v 1.2.2.1 1999/05/07 10:02:39 abial Exp $ +# $FreeBSD$ set_resolv() { echo "[H[J" echo "[1m Default Domain Name[m" diff --git a/release/picobsd/dial/lang/dialup.pl b/release/picobsd/dial/lang/dialup.pl index 3c93e177193e..1ace50f921d0 100755 --- a/release/picobsd/dial/lang/dialup.pl +++ b/release/picobsd/dial/lang/dialup.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: dialup.pl,v 1.2.2.1 1999/05/07 10:02:40 abial Exp $ +# $FreeBSD$ set_resolv() { echo "[H[J" echo "[1m Domyślna Nazwa Domeny[m" diff --git a/release/picobsd/dial/lang/hosts.en b/release/picobsd/dial/lang/hosts.en index b0659b611f5a..53f13bab8b37 100644 --- a/release/picobsd/dial/lang/hosts.en +++ b/release/picobsd/dial/lang/hosts.en @@ -1,4 +1,4 @@ -# $Id: hosts.en,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $ +# $FreeBSD$ # This file should contain the addresses and aliases # for local hosts that share this file. 127.0.0.1 localhost localhost.mydomain.edu diff --git a/release/picobsd/dial/lang/hosts.pl b/release/picobsd/dial/lang/hosts.pl index f88b8fcbc001..89081d798683 100644 --- a/release/picobsd/dial/lang/hosts.pl +++ b/release/picobsd/dial/lang/hosts.pl @@ -1,4 +1,4 @@ -# $Id: hosts.pl,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $ +# $FreeBSD$ # This file should contain the addresses and aliases # for local hosts that share this file. 127.0.0.1 localhost localhost.mydomain.org.pl diff --git a/release/picobsd/dial/lang/login.en b/release/picobsd/dial/lang/login.en index ca72b639d709..e3ceeee2dd3e 100755 --- a/release/picobsd/dial/lang/login.en +++ b/release/picobsd/dial/lang/login.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: login.en,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $FreeBSD$ if [ "$2" != "root" ] then diff --git a/release/picobsd/dial/lang/login.pl b/release/picobsd/dial/lang/login.pl index 037ed4ecd191..28df1b7f8157 100755 --- a/release/picobsd/dial/lang/login.pl +++ b/release/picobsd/dial/lang/login.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: login.pl,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $ +# $FreeBSD$ if [ "$2" != "root" ] then diff --git a/release/picobsd/dial/lang/reboot.en b/release/picobsd/dial/lang/reboot.en index a99ac6d46c55..41433a056ba7 100755 --- a/release/picobsd/dial/lang/reboot.en +++ b/release/picobsd/dial/lang/reboot.en @@ -1,3 +1,3 @@ #!/bin/sh -# $Id: reboot.en,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $ +# $FreeBSD$ exec /sbin/echo "Press Ctrl-Alt-Del instead of $0" diff --git a/release/picobsd/dial/lang/reboot.pl b/release/picobsd/dial/lang/reboot.pl index 50dc6e875b6e..6da1359bf50e 100755 --- a/release/picobsd/dial/lang/reboot.pl +++ b/release/picobsd/dial/lang/reboot.pl @@ -1,3 +1,3 @@ #!/bin/sh -#$Id: reboot.pl,v 1.1.1.1 1998/07/14 07:30:42 abial Exp $ +#$FreeBSD$ exec /sbin/echo "Zamiast $0 nacisnij Ctrl-Alt-Del" diff --git a/release/picobsd/dial/lang/update.en b/release/picobsd/dial/lang/update.en index c99f5bbb09ee..921eb6749d5e 100755 --- a/release/picobsd/dial/lang/update.en +++ b/release/picobsd/dial/lang/update.en @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: update.en,v 1.2.2.1 1999/05/07 10:02:41 abial Exp $ +# $FreeBSD$ pwd=`pwd` echo -n "Updating /etc contents on startup floppy... " mount /dev/fd0a /start_floppy diff --git a/release/picobsd/dial/lang/update.pl b/release/picobsd/dial/lang/update.pl index eedc7a4f7ca8..588ce5f5e018 100755 --- a/release/picobsd/dial/lang/update.pl +++ b/release/picobsd/dial/lang/update.pl @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: update.pl,v 1.2.2.1 1999/05/07 10:02:42 abial Exp $ +# $FreeBSD$ pwd=`pwd` echo -n "Uaktualniam katalog /etc na dyskietce... " mount /dev/fd0a /start_floppy |