From 5ae171b80bf5fe4558aa777af184b5c97fc55ec5 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Mon, 15 Sep 2008 10:40:18 +0000 Subject: Correctly entitled ps and added tabs. git-svn-id: http://svn.telesphoreo.org/trunk@479 514c082c-b64e-11dc-b46d-3d985efe055d --- data/adv-cmds/_metadata/ncurses.dep | 1 + data/adv-cmds/make.sh | 4 +++- data/adv-cmds/ps.xml | 7 +++++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 120000 data/adv-cmds/_metadata/ncurses.dep create mode 100644 data/adv-cmds/ps.xml (limited to 'data/adv-cmds') diff --git a/data/adv-cmds/_metadata/ncurses.dep b/data/adv-cmds/_metadata/ncurses.dep new file mode 120000 index 000000000..a395fad08 --- /dev/null +++ b/data/adv-cmds/_metadata/ncurses.dep @@ -0,0 +1 @@ +../../ncurses \ No newline at end of file diff --git a/data/adv-cmds/make.sh b/data/adv-cmds/make.sh index 385b9709a..eb439df86 100644 --- a/data/adv-cmds/make.sh +++ b/data/adv-cmds/make.sh @@ -2,7 +2,9 @@ pkg:setup for tproj in finger fingerd last lsvfs md ps; do "${PKG_TARG}-gcc" -o "${tproj}" "${tproj}.tproj"/*.c -D'__FBSDID(x)=' done +"${PKG_TARG}-gcc" -o tabs tabs.tproj/*.c -lncurses pkg: mkdir -p /bin /usr/bin /usr/libexec pkg: cp -a ps /bin -pkg: cp -a finger last lsvfs md /usr/bin +pkg: cp -a finger last lsvfs md tabs /usr/bin pkg: cp -a fingerd /usr/libexec +ldid -S"${PKG_DATA}/ps.xml" "${PKG_DEST}/bin/ps" diff --git a/data/adv-cmds/ps.xml b/data/adv-cmds/ps.xml new file mode 100644 index 000000000..b240f87ec --- /dev/null +++ b/data/adv-cmds/ps.xml @@ -0,0 +1,7 @@ + + + + task_for_pid-allow + + + -- cgit v1.2.3