diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-09-26 14:44:03 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-09-26 14:44:03 +0000 |
commit | 32c61e0078c042b68b47aae4fa9d574664e2d0bc (patch) | |
tree | 82ab1bea36f2378820ada1a7d45be5f6d613afbd /app/rstart/samples | |
parent | d0f2caeadaf4d9ee87f851ca342d8bdfa044afc0 (diff) |
remove rstart, take #2.
Diffstat (limited to 'app/rstart/samples')
-rw-r--r-- | app/rstart/samples/commands/x11r5/@List | 27 | ||||
-rw-r--r-- | app/rstart/samples/commands/x11r5/LoadMonitor | 27 | ||||
-rw-r--r-- | app/rstart/samples/commands/x11r5/Terminal | 27 |
3 files changed, 0 insertions, 81 deletions
diff --git a/app/rstart/samples/commands/x11r5/@List b/app/rstart/samples/commands/x11r5/@List deleted file mode 100644 index 8ed7209ab..000000000 --- a/app/rstart/samples/commands/x11r5/@List +++ /dev/null @@ -1,27 +0,0 @@ -# $Xorg: @List,v 1.3 2000/08/17 19:54:04 cpqbld Exp $ -# - -# Copyright (c) 1993 Quarterdeck Office Systems -# -# Permission to use, copy, modify, distribute, and sell this software -# and software and its documentation for any purpose is hereby granted -# without fee, provided that the above copyright notice appear in all -# copies and that both that copyright notice and this permission -# notice appear in supporting documentation, and that the name -# Quarterdeck Office Systems, Inc. not be used in advertising or -# publicity pertaining to distribution of this software without -# specific, written prior permission. -# -# THIS SOFTWARE IS PROVIDED `AS-IS'. QUARTERDECK OFFICE SYSTEMS, -# INC., DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -# INCLUDING WITHOUT LIMITATION ALL IMPLIED WARRANTIES OF -# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR -# NONINFRINGEMENT. IN NO EVENT SHALL QUARTERDECK OFFICE SYSTEMS, -# INC., BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING SPECIAL, -# INCIDENTAL OR CONSEQUENTIAL DAMAGES, INCLUDING LOSS OF USE, DATA, OR -# PROFITS, EVEN IF ADVISED OF THE POSSIBILITY THEREOF, AND REGARDLESS -# OF WHETHER IN AN ACTION IN CONTRACT, TORT OR NEGLIGENCE, ARISING OUT -# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -LoadMonitor Runs X11R5 xload to monitor system load -Terminal Runs X11R5 xterm terminal emulator diff --git a/app/rstart/samples/commands/x11r5/LoadMonitor b/app/rstart/samples/commands/x11r5/LoadMonitor deleted file mode 100644 index b3580d289..000000000 --- a/app/rstart/samples/commands/x11r5/LoadMonitor +++ /dev/null @@ -1,27 +0,0 @@ -#! /bin/sh -# $Xorg: LoadMonitor,v 1.3 2000/08/17 19:54:04 cpqbld Exp $ -# - -# Copyright (c) 1993 Quarterdeck Office Systems -# -# Permission to use, copy, modify, distribute, and sell this software -# and software and its documentation for any purpose is hereby granted -# without fee, provided that the above copyright notice appear in all -# copies and that both that copyright notice and this permission -# notice appear in supporting documentation, and that the name -# Quarterdeck Office Systems, Inc. not be used in advertising or -# publicity pertaining to distribution of this software without -# specific, written prior permission. -# -# THIS SOFTWARE IS PROVIDED `AS-IS'. QUARTERDECK OFFICE SYSTEMS, -# INC., DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -# INCLUDING WITHOUT LIMITATION ALL IMPLIED WARRANTIES OF -# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR -# NONINFRINGEMENT. IN NO EVENT SHALL QUARTERDECK OFFICE SYSTEMS, -# INC., BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING SPECIAL, -# INCIDENTAL OR CONSEQUENTIAL DAMAGES, INCLUDING LOSS OF USE, DATA, OR -# PROFITS, EVEN IF ADVISED OF THE POSSIBILITY THEREOF, AND REGARDLESS -# OF WHETHER IN AN ACTION IN CONTRACT, TORT OR NEGLIGENCE, ARISING OUT -# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -exec xload diff --git a/app/rstart/samples/commands/x11r5/Terminal b/app/rstart/samples/commands/x11r5/Terminal deleted file mode 100644 index 5afd96b2b..000000000 --- a/app/rstart/samples/commands/x11r5/Terminal +++ /dev/null @@ -1,27 +0,0 @@ -#! /bin/sh -# $Xorg: Terminal,v 1.3 2000/08/17 19:54:04 cpqbld Exp $ -# - -# Copyright (c) 1993 Quarterdeck Office Systems -# -# Permission to use, copy, modify, distribute, and sell this software -# and software and its documentation for any purpose is hereby granted -# without fee, provided that the above copyright notice appear in all -# copies and that both that copyright notice and this permission -# notice appear in supporting documentation, and that the name -# Quarterdeck Office Systems, Inc. not be used in advertising or -# publicity pertaining to distribution of this software without -# specific, written prior permission. -# -# THIS SOFTWARE IS PROVIDED `AS-IS'. QUARTERDECK OFFICE SYSTEMS, -# INC., DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -# INCLUDING WITHOUT LIMITATION ALL IMPLIED WARRANTIES OF -# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR -# NONINFRINGEMENT. IN NO EVENT SHALL QUARTERDECK OFFICE SYSTEMS, -# INC., BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING SPECIAL, -# INCIDENTAL OR CONSEQUENTIAL DAMAGES, INCLUDING LOSS OF USE, DATA, OR -# PROFITS, EVEN IF ADVISED OF THE POSSIBILITY THEREOF, AND REGARDLESS -# OF WHETHER IN AN ACTION IN CONTRACT, TORT OR NEGLIGENCE, ARISING OUT -# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -exec xterm |