Hackfut Security File Manager
Current Path:
/opt/td-agent/embedded/bin
opt
/
td-agent
/
embedded
/
bin
/
📁
..
📄
bundle
(617 B)
📄
bundler
(619 B)
📄
c_rehash
(5 KB)
📄
captoinfo
(62.02 KB)
📄
clear
(7.25 KB)
📄
clusterdb
(59.38 KB)
📄
createdb
(58.96 KB)
📄
createlang
(92.9 KB)
📄
createuser
(62.8 KB)
📄
dropdb
(54.73 KB)
📄
droplang
(92.83 KB)
📄
dropuser
(54.67 KB)
📄
ecpg
(848.54 KB)
📄
erb
(4.74 KB)
📄
fluent-binlog-reader
(645 B)
📄
fluent-ca-generate
(641 B)
📄
fluent-cat
(625 B)
📄
fluent-debug
(629 B)
📄
fluent-gem
(625 B)
📄
fluent-plugin-config-format
(659 B)
📄
fluent-plugin-generate
(649 B)
📄
fluent-post
(651 B)
📄
fluentd
(619 B)
📄
gem
(560 B)
📄
httpclient
(637 B)
📄
infocmp
(56.5 KB)
📄
infotocap
(62.02 KB)
📄
initdb
(107.65 KB)
📄
irb
(204 B)
📄
jemalloc-config
(2.09 KB)
📄
jemalloc.sh
(169 B)
📄
jeprof
(174.41 KB)
📄
libtool
(307.93 KB)
📄
libtoolize
(76.53 KB)
📄
lzcat
(87.43 KB)
📄
lzma
(87.43 KB)
📄
lzmadec
(12.81 KB)
📄
lzmainfo
(11.89 KB)
📄
makedepend
(36.71 KB)
📄
ncurses5-config
(5.22 KB)
📄
ncursesw5-config
(5.22 KB)
📄
nokogiri
(625 B)
📄
ohai
(601 B)
📄
oid2name
(29.44 KB)
📄
openssl
(629.01 KB)
📄
pg_archivecleanup
(20.04 KB)
📄
pg_basebackup
(78.69 KB)
📄
pg_config
(29.49 KB)
📄
pg_controldata
(39.07 KB)
📄
pg_ctl
(45.81 KB)
📄
pg_dump
(403.05 KB)
📄
pg_dumpall
(92.09 KB)
📄
pg_isready
(55.27 KB)
📄
pg_receivexlog
(56.17 KB)
📄
pg_recvlogical
(60.33 KB)
📄
pg_resetxlog
(48.27 KB)
📄
pg_restore
(162.39 KB)
📄
pg_rewind
(86.14 KB)
📄
pg_standby
(25.97 KB)
📄
pg_test_fsync
(22.96 KB)
📄
pg_test_timing
(17.1 KB)
📄
pg_upgrade
(123.25 KB)
📄
pg_xlogdump
(76.27 KB)
📄
pgbench
(134.27 KB)
📄
pkg-config
(76.63 KB)
📄
postgres
(6.74 MB)
📄
postmaster
(6.74 MB)
📄
psql
(513.54 KB)
📄
rake
(601 B)
📄
rdoc
(952 B)
📄
reindexdb
(62.41 KB)
📄
reset
(22.69 KB)
📄
ri
(202 B)
📄
ruby
(11.08 KB)
📄
tabs
(14.18 KB)
📄
td
(589 B)
📄
tic
(62.02 KB)
📄
toe
(15.03 KB)
📄
tput
(15.58 KB)
📄
tset
(22.69 KB)
📄
unlzma
(87.43 KB)
📄
unxz
(87.43 KB)
📄
vacuumdb
(66.99 KB)
📄
vacuumlo
(27.14 KB)
📄
xml2-config
(1.81 KB)
📄
xmlcatalog
(19.32 KB)
📄
xmllint
(78.51 KB)
📄
xslt-config
(2.49 KB)
📄
xsltproc
(29.68 KB)
📄
xz
(87.43 KB)
📄
xzcat
(87.43 KB)
📄
xzdec
(12.78 KB)
Editing: ncursesw5-config
#!/bin/sh # $Id: ncurses-config.in,v 1.25 2011/03/19 22:43:38 tom Exp $ ############################################################################## # Copyright (c) 2006-2010,2011 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # # to deal in the Software without restriction, including without limitation # # the rights to use, copy, modify, merge, publish, distribute, distribute # # with modifications, sublicense, and/or sell copies of the Software, and to # # permit persons to whom the Software is furnished to do so, subject to the # # following conditions: # # # # The above copyright notice and this permission notice shall be included in # # all copies or substantial portions of the Software. # # # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # # THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # # DEALINGS IN THE SOFTWARE. # # # # Except as contained in this notice, the name(s) of the above copyright # # holders shall not be used in advertising or otherwise to promote the sale, # # use or other dealings in this Software without prior written # # authorization. # ############################################################################## # # Author: Thomas E. Dickey, 2006-on prefix="/opt/td-agent/embedded" exec_prefix="${prefix}" bindir="${exec_prefix}/bin" includedir="${prefix}/include" libdir="${exec_prefix}/lib" datadir="${prefix}/share" mandir="${prefix}/man" THIS="ncursesw" TINFO_LIB="tinfow" LANG=C; export LANG LANGUAGE=C; export LANGUAGE LC_ALL=C; export LC_ALL LC_CTYPE=C; export LC_CTYPE # with --disable-overwrite, we installed into a subdirectory, but transformed # the headers to include like this: # <ncursesw/curses.h> if test xyes = xno ; then case $includedir in $prefix/include/ncursesw) includedir=`echo "$includedir" | sed -e 's,/[^/]*$,,'` ;; esac fi test $# = 0 && exec /bin/sh $0 --error while test $# -gt 0; do case "$1" in # basic configuration --prefix) echo "$prefix" ;; --exec-prefix) echo "$exec_prefix" ;; # compile/link --cflags) INCS= if test "xyes" = xno ; then INCS="$INCS -I${includedir}/${THIS}" fi if test "${includedir}" != /usr/include ; then INCS="$INCS -I${includedir}" fi sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO $INCS ENDECHO ;; --libs) if test tinfo = ncurses ; then sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO -L$libdir -Wl,-rpath,/opt/td-agent/embedded/lib -l${THIS} ENDECHO else sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO -L$libdir -Wl,-rpath,/opt/td-agent/embedded/lib -l${THIS} -l${TINFO_LIB} ENDECHO fi ;; # identification --version) echo "5.9.20110404" ;; --abi-version) echo "5" ;; --mouse-version) echo "1" ;; # locations --bindir) echo "${bindir}" ;; --datadir) echo "${datadir}" ;; --includedir) echo "${includedir}" ;; --libdir) echo "${libdir}" ;; --mandir) echo "${mandir}" ;; --terminfo) echo "/opt/td-agent/embedded/share/terminfo" ;; --terminfo-dirs) echo "/opt/td-agent/embedded/share/terminfo" ;; --termpath) echo "" ;; # general info --help) cat <<ENDHELP Usage: ${THIS}-config [options] Options: --prefix echos the package-prefix of ${THIS} --exec-prefix echos the executable-prefix of ${THIS} --cflags echos the C compiler flags needed to compile with ${THIS} --libs echos the libraries needed to link with ${THIS} --version echos the release+patchdate version of ${THIS} --abi-version echos the ABI version of ${THIS} --mouse-version echos the mouse-interface version of ${THIS} --bindir echos the directory containing ${THIS} programs --datadir echos the directory containing ${THIS} data --includedir echos the directory containing ${THIS} header files --libdir echos the directory containing ${THIS} libraries --mandir echos the directory containing ${THIS} manpages --terminfo echos the \$TERMINFO terminfo database path --terminfo-dirs echos the \$TERMINFO_DIRS directory list --termpath echos the \$TERMPATH termcap list --help prints this message ENDHELP ;; --error|*) /bin/sh $0 --help 1>&2 exit 1 ;; esac shift done # vile:shmode
Upload File
Create Folder