Benign netbsd Download

tex-nanumtype1-3.0nb2 3.0nb2

pkgsrc binary package maintainer script filenamepkgsrc maintainer script NetBSD header
SHA-256730d1126f3ea7c728c6f96faf4253be6a4a76fa2cc3f51df1ff8594096de8d9b

Evidence

pkgsrc maintainer script NetBSD header +INSTALL · lines 1–15
1#!/bin/sh
2#
3# $NetBSD: header,v 1.3 2014/12/30 15:13:20 wiz Exp $
4
5SELF="$0"
6PKGNAME="$1"
7STAGE="$2"
8shift 2
⋯7 lines
Unix rm delete utility absolute path +INSTALL · lines 24–60
⋯12 lines
36PKG_INFO="/usr/sbin/pkg_info"
37PWD_CMD="/bin/pwd"
38RM="/bin/rm"
39RMDIR="/bin/rmdir"
40SED="/usr/bin/sed"
41SETENV="/usr/bin/env"
42SH="/bin/sh"
43SORT="/usr/bin/sort"
44SU="/usr/bin/su"
⋯16 lines
Executes a local relative file +INSTALL · lines 75–102
⋯11 lines
86 #
87 ${TEST} ! -x ./+USERGROUP ||
88 { ./+USERGROUP ADD ${PKG_METADATA_DIR}
89 if ./+USERGROUP CHECK-ADD ${PKG_METADATA_DIR}; then
90 :
91 else
92 exit 1
93 fi; }
94 ${TEST} ! -x ./+DIRS ||
95 ./+DIRS ADD ${PKG_METADATA_DIR}
96 ${TEST} ! -x ./+DIRS ||
97 ./+DIRS PERMS ${PKG_METADATA_DIR}
⋯5 lines
Shell echo redirects output to file +INSTALL · lines 182–191
182:12… L)
183 map_files="nanumfonts.map"
184 for map in $map_files ; do
185 echo "Map ${map}" >> ${UPDMAP_CFG}
186 done
187 mixedmap_files=""
⋯4 lines
Shell runs a variable command with args +DEINSTALL · lines 94–103
94:10… AGE} in
95DEINSTALL)
96 map_files="nanumfonts.map"
97 for map in $map_files ; do
98 ${GREP} -v "^Map ${map}" ${UPDMAP_CFG} > \
99 ${UPDMAP_CFG}.tmp &&
100 ${MV} ${UPDMAP_CFG}.tmp ${UPDMAP_CFG}
101 done
102 mixedmap_files=""
103 for map in $mixedmap_files …

No evidence locations were recorded for this file. Raw result

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.