d
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
Package: OMC
|
Package: OMC
|
||||||
Standards-Version: 1.6.1
|
Standards-Version: 1.6.1
|
||||||
Version: 1.6.1-20230916
|
Version: 1.6.1-YYYYMMDD
|
||||||
Section: AGrandTech
|
Section: AGrandTech
|
||||||
Prioritt: optional
|
Prioritt: optional
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
|
|||||||
@@ -19,14 +19,14 @@ echo ""
|
|||||||
|
|
||||||
cd ${X86Lib64Dir}
|
cd ${X86Lib64Dir}
|
||||||
chmod +rx libwireshark.so.15.0.12
|
chmod +rx libwireshark.so.15.0.12
|
||||||
ln -s libwireshark.so.15.0.12 libwireshark.so.15
|
if [ ! -e libwireshark.so.15 ]; then ln -s libwireshark.so.15.0.12 libwireshark.so.15; fi
|
||||||
ln -s libwireshark.so.15.0.12 libwireshark.so
|
if [ ! -e libwireshark.so ]; then ln -s libwireshark.so.15.0.12 libwireshark.so; fi
|
||||||
chmod +rx libwiretap.so.12.0.12
|
chmod +rx libwiretap.so.12.0.12
|
||||||
ln -s libwiretap.so.12.0.12 libwiretap.so.12
|
if [ ! -e libwiretap.so.12 ]; then ln -s libwiretap.so.12.0.12 libwiretap.so.12; fi
|
||||||
ln -s libwiretap.so.12.0.12 libwiretap.so
|
if [ ! -e libwiretap.so ]; then ln -s libwiretap.so.12.0.12 libwiretap.so; fi
|
||||||
chmod +rx libwsutil.so.13.1.0
|
chmod +rx libwsutil.so.13.1.0
|
||||||
ln -s libwsutil.so.13.1.0 libwsutil.so.13
|
if [ ! -e libwsutil.so.13 ]; then ln -s libwsutil.so.13.1.0 libwsutil.so.13; fi
|
||||||
ln -s libwsutil.so.13.1.0 libwsutil.so
|
if [ ! -e libwsutil.so ]; then ln -s libwsutil.so.13.1.0 libwsutil.so; fi
|
||||||
systemctl enable restagent.service
|
systemctl enable restagent.service
|
||||||
systemctl enable crontask.service
|
systemctl enable crontask.service
|
||||||
systemctl enable sshsvc.service
|
systemctl enable sshsvc.service
|
||||||
|
|||||||
Reference in New Issue
Block a user