Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 883885 Details for
Bug 923441
net-firewall/shorewall-5.2.8-r1 fgrep and egrep obsolescence
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
shorewall6 patch
shorewall6-5.2.8-egrep_fgrep_deprecation.patch (text/plain), 1.04 KB, created by
Petre Rodan
on 2024-02-01 04:46:29 UTC
(
hide
)
Description:
shorewall6 patch
Filename:
MIME Type:
Creator:
Petre Rodan
Created:
2024-02-01 04:46:29 UTC
Size:
1.04 KB
patch
obsolete
>diff -upr Shorewall6.orig/configure Shorewall6/configure >--- Shorewall6.orig/configure 2020-09-25 01:02:16.000000000 +0300 >+++ Shorewall6/configure 2024-02-01 06:00:08.992122214 +0200 >@@ -134,7 +134,7 @@ if [ -z "$vendor" ]; then > *) > if [ -f /etc/debian_version ]; then > params[HOST]=debian >- ls -l /sbin/init | fgrep -q systemd && rcfile=shorewallrc.debian.systemd || rcfile=shorewallrc.debian.sysvinit >+ ls -l /sbin/init | grep -F -q systemd && rcfile=shorewallrc.debian.systemd || rcfile=shorewallrc.debian.sysvinit > elif [ -f /etc/altlinux-release ] ; then > params[HOST]=alt > elif [ -f /etc/redhat-release ]; then >@@ -163,7 +163,7 @@ else > if [ $vendor = linux ]; then > rcfile=shorewallrc.default; > elif [ $vendor = debian -a -f /etc/debian_version ]; then >- ls -l /sbin/init | fgrep -q systemd && rcfile=shorewallrc.debian.systemd || rcfile=shorewallrc.debian.sysvinit >+ ls -l /sbin/init | grep -F -q systemd && rcfile=shorewallrc.debian.systemd || rcfile=shorewallrc.debian.sysvinit > else > rcfile=shorewallrc.$vendor > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 923441
:
883884
| 883885 |
883886
|
883887
|
883888
|
883889
|
883890