=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== gophernicus-3.0.1/INSTALL.md-38-hostname (the one set with `-h <hostname>`) directory available gophernicus-3.0.1/INSTALL.md:39:(`mkdir /var/gopher/$HOSTNAME`). gophernicus-3.0.1/INSTALL.md-40- ############################################## gophernicus-3.0.1/README.md-274-encrypted and which are not. Using proper `-T` also makes it possible for gophernicus-3.0.1/README.md:275:CGI programs to use the `$TLS` environment variable to know whether the gophernicus-3.0.1/README.md-276-current request was encrypted or not. ############################################## gophernicus-3.0.1/gophermap-28-Server configuration: gophernicus-3.0.1/gophermap:29:=echo " config file....: `for FILE in /etc/sysconfig/gophernicus /etc/default/gophernicus /Library/LaunchDaemons/org.gophernicus.server.plist /boot/common/settings/network/services /lib/systemd/system/gophernicus\@.service /etc/xinetd.d/gophernicus /etc/inetd.conf; do if [ -f $FILE ]; then echo $FILE; break; fi; done`" gophernicus-3.0.1/gophermap-30-=echo " server hostname: $SERVER_HOST" ############################################## gophernicus-3.0.1/install-sh-217- fi gophernicus-3.0.1/install-sh:218: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; gophernicus-3.0.1/install-sh-219- *) ############################################## gophernicus-3.0.1/install-sh-269- dstdir=$dst gophernicus-3.0.1/install-sh:270: dst=$dstdir/`basename "$src"` gophernicus-3.0.1/install-sh-271- dstdir_status=0 ############################################## gophernicus-3.0.1/install-sh-351- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. gophernicus-3.0.1/install-sh:352: ls_ld_tmpdir=`ls -ld "$tmpdir"` gophernicus-3.0.1/install-sh-353- case $ls_ld_tmpdir in ############################################## gophernicus-3.0.1/install-sh-358- $mkdirprog -m$different_mode -p -- "$tmpdir" && { gophernicus-3.0.1/install-sh:359: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` gophernicus-3.0.1/install-sh-360- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## gophernicus-3.0.1/install-sh-418- case $prefix in gophernicus-3.0.1/install-sh:419: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; gophernicus-3.0.1/install-sh-420- *) qprefix=$prefix;; ############################################## gophernicus-3.0.1/install-sh-467- if $copy_on_change && gophernicus-3.0.1/install-sh:468: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && gophernicus-3.0.1/install-sh:469: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && gophernicus-3.0.1/install-sh-470- ############################################## gophernicus-3.0.1/.pc/01_limit_make_install.diff/Makefile-127-clean-shm: gophernicus-3.0.1/.pc/01_limit_make_install.diff/Makefile:128: if [ -x $(IPCRM) ]; then $(IPCRM) -M `awk '/SHM_KEY/ { print $$3 }' $(NAME).h` || true; fi gophernicus-3.0.1/.pc/01_limit_make_install.diff/Makefile-129- ############################################## gophernicus-3.0.1/.pc/01_limit_make_install.diff/Makefile-192- echo "$(INETLIN)" >> $(INETD) ; \ gophernicus-3.0.1/.pc/01_limit_make_install.diff/Makefile:193: if [ -r $(INETPID) ] ; then kill -HUP `cat $(INETPID)` ; \ gophernicus-3.0.1/.pc/01_limit_make_install.diff/Makefile-194- else echo "::::: No PID for inetd found, not restarted -- please check! :::::" ; fi ; \ ############################################## gophernicus-3.0.1/.pc/01_limit_make_install.diff/Makefile-216-install-haiku: gophernicus-3.0.1/.pc/01_limit_make_install.diff/Makefile:217: if [ -f "$(NET_SRV)" -a ! "`grep -m1 gopher $(NET_SRV)`" ]; then \ gophernicus-3.0.1/.pc/01_limit_make_install.diff/Makefile-218- (echo ""; \ ############################################## gophernicus-3.0.1/.pc/01_limit_make_install.diff/Makefile-269- echo "commented out gopher entry in $(INETD), reloading inetd" ; \ gophernicus-3.0.1/.pc/01_limit_make_install.diff/Makefile:270: [ -r $(INETPID) ] && kill -HUP `cat $(INETPID)` ; \ gophernicus-3.0.1/.pc/01_limit_make_install.diff/Makefile-271- else echo "::::: could not find gopher entry in $(INETD) :::::" ; \ ############################################## gophernicus-3.0.1/.pc/02_makefile_paths.diff/Makefile-127-clean-shm: gophernicus-3.0.1/.pc/02_makefile_paths.diff/Makefile:128: if [ -x $(IPCRM) ]; then $(IPCRM) -M `awk '/SHM_KEY/ { print $$3 }' $(NAME).h` || true; fi gophernicus-3.0.1/.pc/02_makefile_paths.diff/Makefile-129- ############################################## gophernicus-3.0.1/.pc/02_makefile_paths.diff/Makefile-183- echo "$(INETLIN)" >> $(INETD) ; \ gophernicus-3.0.1/.pc/02_makefile_paths.diff/Makefile:184: if [ -r $(INETPID) ] ; then kill -HUP `cat $(INETPID)` ; \ gophernicus-3.0.1/.pc/02_makefile_paths.diff/Makefile-185- else echo "::::: No PID for inetd found, not restarted -- please check! :::::" ; fi ; \ ############################################## gophernicus-3.0.1/.pc/02_makefile_paths.diff/Makefile-207-install-haiku: gophernicus-3.0.1/.pc/02_makefile_paths.diff/Makefile:208: if [ -f "$(NET_SRV)" -a ! "`grep -m1 gopher $(NET_SRV)`" ]; then \ gophernicus-3.0.1/.pc/02_makefile_paths.diff/Makefile-209- (echo ""; \ ############################################## gophernicus-3.0.1/.pc/02_makefile_paths.diff/Makefile-260- echo "commented out gopher entry in $(INETD), reloading inetd" ; \ gophernicus-3.0.1/.pc/02_makefile_paths.diff/Makefile:261: [ -r $(INETPID) ] && kill -HUP `cat $(INETPID)` ; \ gophernicus-3.0.1/.pc/02_makefile_paths.diff/Makefile-262- else echo "::::: could not find gopher entry in $(INETD) :::::" ; \ ############################################## gophernicus-3.0.1/.pc/03_makefile_flags.diff/Makefile-127-clean-shm: gophernicus-3.0.1/.pc/03_makefile_flags.diff/Makefile:128: if [ -x $(IPCRM) ]; then $(IPCRM) -M `awk '/SHM_KEY/ { print $$3 }' $(NAME).h` || true; fi gophernicus-3.0.1/.pc/03_makefile_flags.diff/Makefile-129- ############################################## gophernicus-3.0.1/.pc/03_makefile_flags.diff/Makefile-183- echo "$(INETLIN)" >> $(INETD) ; \ gophernicus-3.0.1/.pc/03_makefile_flags.diff/Makefile:184: if [ -r $(INETPID) ] ; then kill -HUP `cat $(INETPID)` ; \ gophernicus-3.0.1/.pc/03_makefile_flags.diff/Makefile-185- else echo "::::: No PID for inetd found, not restarted -- please check! :::::" ; fi ; \ ############################################## gophernicus-3.0.1/.pc/03_makefile_flags.diff/Makefile-207-install-haiku: gophernicus-3.0.1/.pc/03_makefile_flags.diff/Makefile:208: if [ -f "$(NET_SRV)" -a ! "`grep -m1 gopher $(NET_SRV)`" ]; then \ gophernicus-3.0.1/.pc/03_makefile_flags.diff/Makefile-209- (echo ""; \ ############################################## gophernicus-3.0.1/.pc/03_makefile_flags.diff/Makefile-260- echo "commented out gopher entry in $(INETD), reloading inetd" ; \ gophernicus-3.0.1/.pc/03_makefile_flags.diff/Makefile:261: [ -r $(INETPID) ] && kill -HUP `cat $(INETPID)` ; \ gophernicus-3.0.1/.pc/03_makefile_flags.diff/Makefile-262- else echo "::::: could not find gopher entry in $(INETD) :::::" ; \ ############################################## gophernicus-3.0.1/.pc/04_default_root.diff/Makefile-122-clean-shm: gophernicus-3.0.1/.pc/04_default_root.diff/Makefile:123: if [ -x $(IPCRM) ]; then $(IPCRM) -M `awk '/SHM_KEY/ { print $$3 }' $(NAME).h` || true; fi gophernicus-3.0.1/.pc/04_default_root.diff/Makefile-124- ############################################## gophernicus-3.0.1/.pc/04_default_root.diff/Makefile-178- echo "$(INETLIN)" >> $(INETD) ; \ gophernicus-3.0.1/.pc/04_default_root.diff/Makefile:179: if [ -r $(INETPID) ] ; then kill -HUP `cat $(INETPID)` ; \ gophernicus-3.0.1/.pc/04_default_root.diff/Makefile-180- else echo "::::: No PID for inetd found, not restarted -- please check! :::::" ; fi ; \ ############################################## gophernicus-3.0.1/.pc/04_default_root.diff/Makefile-202-install-haiku: gophernicus-3.0.1/.pc/04_default_root.diff/Makefile:203: if [ -f "$(NET_SRV)" -a ! "`grep -m1 gopher $(NET_SRV)`" ]; then \ gophernicus-3.0.1/.pc/04_default_root.diff/Makefile-204- (echo ""; \ ############################################## gophernicus-3.0.1/.pc/04_default_root.diff/Makefile-255- echo "commented out gopher entry in $(INETD), reloading inetd" ; \ gophernicus-3.0.1/.pc/04_default_root.diff/Makefile:256: [ -r $(INETPID) ] && kill -HUP `cat $(INETPID)` ; \ gophernicus-3.0.1/.pc/04_default_root.diff/Makefile-257- else echo "::::: could not find gopher entry in $(INETD) :::::" ; \ ############################################## gophernicus-3.0.1/Makefile-122-clean-shm: gophernicus-3.0.1/Makefile:123: if [ -x $(IPCRM) ]; then $(IPCRM) -M `awk '/SHM_KEY/ { print $$3 }' $(NAME).h` || true; fi gophernicus-3.0.1/Makefile-124- ############################################## gophernicus-3.0.1/Makefile-178- echo "$(INETLIN)" >> $(INETD) ; \ gophernicus-3.0.1/Makefile:179: if [ -r $(INETPID) ] ; then kill -HUP `cat $(INETPID)` ; \ gophernicus-3.0.1/Makefile-180- else echo "::::: No PID for inetd found, not restarted -- please check! :::::" ; fi ; \ ############################################## gophernicus-3.0.1/Makefile-202-install-haiku: gophernicus-3.0.1/Makefile:203: if [ -f "$(NET_SRV)" -a ! "`grep -m1 gopher $(NET_SRV)`" ]; then \ gophernicus-3.0.1/Makefile-204- (echo ""; \ ############################################## gophernicus-3.0.1/Makefile-255- echo "commented out gopher entry in $(INETD), reloading inetd" ; \ gophernicus-3.0.1/Makefile:256: [ -r $(INETPID) ] && kill -HUP `cat $(INETPID)` ; \ gophernicus-3.0.1/Makefile-257- else echo "::::: could not find gopher entry in $(INETD) :::::" ; \