GRAYBYTE WORDPRESS FILE MANAGER1720

Server IP : 198.54.121.189 / Your IP : 216.73.216.34
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /lib/rpm/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /lib/rpm//brp-scl-compress
#!/bin/sh

# If using normal root, avoid changing anything.
if [ -z "$RPM_BUILD_ROOT" -o "$RPM_BUILD_ROOT" = "/" ]; then
	exit 0
fi

scl_path=${1:-opt/*}

cd "$RPM_BUILD_ROOT"

# Compress man pages
COMPRESS="gzip -9 -n"
COMPRESS_EXT=.gz

for d in ./usr/man/man* ./usr/man/*/man* ./usr/info \
	./usr/share/man/man* ./usr/share/man/*/man* ./usr/share/info \
	./usr/kerberos/man ./usr/X11R6/man/man* ./usr/lib/perl5/man/man* \
	./usr/share/doc/*/man/man* ./usr/lib/*/man/man* \
	./$scl_path/usr/man/man* ./$scl_path/usr/man/*/man* ./$scl_path/usr/info \
	./$scl_path/usr/share/man/man* ./$scl_path/usr/share/man/*/man* ./$scl_path/usr/share/info \
	./$scl_path/usr/kerberos/man ./$scl_path/usr/X11R6/man/man* ./$scl_path/usr/lib/perl5/man/man* \
	./$scl_path/usr/share/doc/*/man/man* ./$scl_path/usr/lib/*/man/man*
do
    [ -d $d ] || continue
    for f in `find $d -type f ! -name dir`
    do
        [ -f "$f" ] || continue

	case "$f" in
	 *.gz|*.Z)    gunzip  -f $f; b=`echo $f | sed -e 's/\.\(gz\|Z\)$//'`;;
	 *.bz2)       bunzip2 -f $f; b=`echo $f | sed -e 's/\.bz2$//'`;;
	 *.xz|*.lzma) unxz    -f $f; b=`echo $f | sed -e 's/\.\(xz\|lzma\)$//'`;;
	 *) b=$f;;
	esac

	$COMPRESS $b </dev/null 2>/dev/null || {
	    inode=`ls -i $b | awk '{ print $1 }'`
	    others=`find $d -type f -inum $inode`
	    if [ -n "$others" ]; then
		for afile in $others ; do
		    [ "$afile" != "$b" ] && rm -f $afile
		done
		$COMPRESS -f $b
		for afile in $others ; do
		    [ "$afile" != "$b" ] && ln $b$COMPRESS_EXT $afile$COMPRESS_EXT
		done
	    else
		$COMPRESS -f $b
	    fi
	}
    done

    for f in `find $d -type l`
    do
	l=`ls -l $f | sed -e 's/.* -> //' -e 's/\.\(gz\|Z\|bz2\|xz\|lzma\)$//'`
	rm -f $f
	b=`echo $f | sed -e 's/\.\(gz\|Z\|bz2\|xz\|lzma\)$//'`
	ln -sf $l$COMPRESS_EXT $b$COMPRESS_EXT
    done
done

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
June 03 2025 16:50:35
root / root
0555
fileattrs
--
December 17 2024 04:11:04
root / root
0755
macros.d
--
May 13 2025 08:38:50
root / root
0755
platform
--
December 17 2024 04:11:02
root / root
0755
redhat
--
April 02 2025 08:34:12
root / root
0755
alt-nodejs10_native.req
0.068 KB
March 22 2023 11:24:59
root / root
0755
alt-nodejs11_native.req
0.068 KB
October 19 2021 10:09:25
root / root
0755
alt-nodejs12_native.req
0.068 KB
January 11 2022 02:11:43
root / root
0755
alt-nodejs14_native.req
0.068 KB
March 23 2023 18:19:20
root / root
0755
alt-nodejs16_native.req
0.039 KB
November 03 2023 14:28:38
root / root
0755
alt-nodejs18_native.req
0.039 KB
June 05 2025 11:46:41
root / root
0755
alt-nodejs19_native.req
0.038 KB
December 06 2023 18:26:05
root / root
0755
alt-nodejs20_native.req
0.039 KB
June 05 2025 12:31:50
root / root
0755
alt-nodejs22_native.req
0.039 KB
June 06 2025 12:12:00
root / root
0755
alt-nodejs24_native.req
0.038 KB
June 08 2025 21:31:15
root / root
0755
alt-nodejs6_native.req
0.063 KB
September 28 2021 09:41:32
root / root
0755
alt-nodejs8_native.req
0.066 KB
September 28 2021 10:55:42
root / root
0755
alt-nodejs9_native.req
0.066 KB
September 28 2021 11:57:47
root / root
0755
brp-scl-compress
1.767 KB
August 25 2017 08:23:02
root / root
0755
brp-scl-python-bytecompile
3.036 KB
August 25 2017 08:23:02
root / root
0755
gstreamer1.prov
0.932 KB
May 30 2020 07:44:22
root / root
0755
kabi.sh
0.457 KB
May 15 2023 14:30:31
root / root
0755
kmod.prov
0.666 KB
May 15 2023 14:30:31
root / root
0755
macros
42.957 KB
December 17 2024 04:11:02
root / root
0644
nodejs_native.req
0.068 KB
March 10 2021 14:47:25
root / root
0755
python-macro-helper
0.619 KB
December 17 2024 04:11:01
root / root
0644
pythondeps.sh
0.899 KB
March 31 2023 15:44:53
root / root
0755
pythondistdeps.py
10.922 KB
March 31 2023 15:44:53
root / root
0755
rpm.daily
0.289 KB
December 17 2024 04:11:01
root / root
0644
rpm.log
0.06 KB
December 17 2024 04:11:01
root / root
0644
rpm.supp
0.672 KB
December 17 2024 04:11:01
root / root
0644
rpm2cpio.sh
1.22 KB
December 17 2024 04:11:01
root / root
0755
rpmdb_loadcvt
1.433 KB
December 17 2024 04:11:01
root / root
0755
rpmpopt-4.14.3
11.201 KB
December 17 2024 04:11:02
root / root
0644
rpmrc
16.752 KB
December 17 2024 04:11:02
root / root
0644
scldeps.sh
0.248 KB
August 25 2017 08:23:02
root / root
0755
tgpg
0.907 KB
December 17 2024 04:11:01
root / root
0755

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF