Browse Source

"Andreas V. Meier" <avmeier@web.de>:

added secpanel, a tcl/tk frontend for ssh with copy ability


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2309 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
e3e82e48c6
2 changed files with 57 additions and 0 deletions
  1. +12
    -0
      package/avm/secpanel/secpanel.conf
  2. +45
    -0
      package/avm/secpanel/secpanel.desc

+ 12
- 0
package/avm/secpanel/secpanel.conf

@ -0,0 +1,12 @@
secpanel_custmain(){
secpanel_instdir="$root/$prefix/lib/secpanel"
cp src/bin/secpanel $root/$prefix/bin
mkdir -p ${secpanel_instdir}
cp -r src/lib/secpanel/* ${secpanel_instdir}
chmod 755 ${secpanel_instdir}
chmod 755 ${secpanel_instdir}/listserver.tcl
chmod 755 ${secpanel_instdir}/secpanel.dist
chmod 755 ${secpanel_instdir}/secpanel.wait
}
custmain="secpanel_custmain"

+ 45
- 0
package/avm/secpanel/secpanel.desc

@ -0,0 +1,45 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/avm/secpanel/secpanel.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] SecPanel serves as a graphical user interface for managing and running SSH
[T] SecPanel sits on top of SSH software-suites and supports the SSH.com and the
[T] OpenSSH-version. You may get information about these programs at
[T] http://www.ssh.com respectively at http://www.openssh.com.
[T] SecPanel is written entirely in pure Tcl/Tk and does not need any
[T] extensions but it requires version 8.x of Tcl and Tk.
[U] http://www.pingx.net/secpanel/
[A] Steffen Leich <secpanel.at.pingx.net>
[M] Andreas V. 'netrunner' Meier <avmeier@web.de>
[C] extra/filesystem
[L] GPL
[S] Beta
[V] 0.4.2
[P] X -----5---9 800.000
[D] 374504901 secpanel-0.4.2.tar.gz http://www.pingx.net/secpanel/

Loading…
Cancel
Save