Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Slay
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
wizy
Tux's lil' helper
Tux's lil' helper


Joined: 26 May 2002
Posts: 133

PostPosted: Tue May 28, 2002 1:14 am    Post subject: Slay Reply with quote

I would like to see a slay build in app-admin if possible.

ftp://metalab.unc.edu/pub/Linux/system/admin/idle/Slay.1.2.tar.gz

Thats the latest link ive found for it.
Back to top
View user's profile Send private message
kamikaz3
Apprentice
Apprentice


Joined: 06 Feb 2003
Posts: 187

PostPosted: Thu May 01, 2003 11:56 am    Post subject: Reply with quote

why isn't this in portage?

or is it in package that I don't know
Back to top
View user's profile Send private message
charlieg
Advocate
Advocate


Joined: 30 Jul 2002
Posts: 2149
Location: Manchester UK

PostPosted: Thu May 01, 2003 12:41 pm    Post subject: Reply with quote

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
View user's profile Send private message
Lovechild
Advocate
Advocate


Joined: 17 May 2002
Posts: 2858
Location: Århus, Denmark

PostPosted: Thu May 01, 2003 12:43 pm    Post subject: Reply with quote

even more importantly - why don't you at least try to ebuild it yourself first?
Back to top
View user's profile Send private message
charlieg
Advocate
Advocate


Joined: 30 Jul 2002
Posts: 2149
Location: Manchester UK

PostPosted: Thu May 01, 2003 3:15 pm    Post subject: Reply with quote

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
View user's profile Send private message
frippz
Guru
Guru


Joined: 22 Aug 2002
Posts: 460
Location: Sweden

PostPosted: Thu May 01, 2003 3:19 pm    Post subject: Reply with quote

Nasty stuff...

Might come in handy at some point. :)
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Thu May 01, 2003 7:29 pm    Post subject: Reply with quote

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
View user's profile Send private message
angelixd
n00b
n00b


Joined: 17 Jul 2005
Posts: 11
Location: Chicago

PostPosted: Sun Aug 07, 2005 12:56 am    Post subject: Reply with quote

bumping to ask why this hasn't made it into the portage tree yet?
Back to top
View user's profile Send private message
allucid
Veteran
Veteran


Joined: 02 Nov 2002
Posts: 1314
Location: atlanta

PostPosted: Sun Aug 07, 2005 1:03 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum