View previous topic :: View next topic |
Author |
Message |
wizy Tux's lil' helper
Joined: 26 May 2002 Posts: 133
|
|
Back to top |
|
|
kamikaz3 Apprentice
Joined: 06 Feb 2003 Posts: 187
|
Posted: Thu May 01, 2003 11:56 am Post subject: |
|
|
why isn't this in portage?
or is it in package that I don't know |
|
Back to top |
|
|
charlieg Advocate
Joined: 30 Jul 2002 Posts: 2149 Location: Manchester UK
|
Posted: Thu May 01, 2003 12:41 pm Post subject: |
|
|
or, more importantly, what the hell is it? _________________ Want Free games?
Free Gamer - open source games list & commentary
Open source web-enabled rich UI platform: Vexi |
|
Back to top |
|
|
Lovechild Advocate
Joined: 17 May 2002 Posts: 2858 Location: Århus, Denmark
|
Posted: Thu May 01, 2003 12:43 pm Post subject: |
|
|
even more importantly - why don't you at least try to ebuild it yourself first? |
|
Back to top |
|
|
charlieg Advocate
Joined: 30 Jul 2002 Posts: 2149 Location: Manchester UK
|
Posted: Thu May 01, 2003 3:15 pm Post subject: |
|
|
Found it... here's a description of Slay:
"Slay is a simple yet very handy shell script that kills all of the processes belonging to a specific user and displays an (optional) "Your current session has been terminated." to the user being booted." _________________ Want Free games?
Free Gamer - open source games list & commentary
Open source web-enabled rich UI platform: Vexi |
|
Back to top |
|
|
frippz Guru
Joined: 22 Aug 2002 Posts: 460 Location: Sweden
|
Posted: Thu May 01, 2003 3:19 pm Post subject: |
|
|
Nasty stuff...
Might come in handy at some point. |
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20484
|
Posted: Thu May 01, 2003 7:29 pm Post subject: |
|
|
Has anyone actually looked at it?
Quote: | echo " Like, kills people and stuff."
echo "${ME}: Cut it out."
echo "${ME}: Beavis, don't make me have to smack you."
echo "${ME}: $SIGNAL is kicking $1's butt!"
echo -e "\\fI'm kicking your butt.\\f" | write $1
echo "${ME}: How old are you, Beavis?"
echo "${ME}: Whoa, I have the power supreme." | Uhm... yeah, ok.
Anyway, no warranties implied or given: Code: | # Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $
MY_PN=$(echo $PN |sed -e s/s/S/)
DESCRIPTION="A simple shell script that kills all of the processes belonging to a specific user. Includes optional 'Beavis & Butthead' output messages."
HOMEPAGE="http://www.linux.org/apps/AppId_211.html"
SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/admin/idle/${MY_PN}.${PV}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
#RDEPEND=""
S=${WORKDIR}/${MY_PN}.${PV}
src_install() {
cd ${S}
exeinto /usr/bin
doexe slay
}
|
_________________ Quis separabit? Quo animo? |
|
Back to top |
|
|
angelixd n00b
Joined: 17 Jul 2005 Posts: 11 Location: Chicago
|
Posted: Sun Aug 07, 2005 12:56 am Post subject: |
|
|
bumping to ask why this hasn't made it into the portage tree yet? |
|
Back to top |
|
|
allucid Veteran
Joined: 02 Nov 2002 Posts: 1314 Location: atlanta
|
Posted: Sun Aug 07, 2005 1:03 am Post subject: |
|
|
post a request on bugzilla (search first to see if there is one already). If you attach an ebuild to bugzilla it would probably make things move a bit faster, also. |
|
Back to top |
|
|
|