systemtap-initscript-5.1~pre17062192g5fd8daba-1.fc40
> t 6
6 _ 6 2 D H ,3 !]W>D]
'p~[ye
'p~[ykC&C;(@ Grk,K6n{`wd,o3:뫠.h&˕)_i&)xNL
[KsmǯjJU_:uqKq=$3=}5
4p[!b2dܱ6s2݅]5¹K0uJh )'N$'pAJNʼnL\.S*x7g8PdŶ!9e):ͪO>.8~es؎ȏT0;0&jIMd;}м.(Z1m{o7705acde838ba0ffae19f50a3fe25af5d020c8e5 0102f6b42013c9920aff1b4f9cf5a841051ec9d0c5f6c6956a632ec0faf4c1f2 030204a3204a9e00473045022100a3f0f9c753d031c639a83b3e655823afe70d498ace987bcf0034d9124f7c56da022034abec3d85a189aaa80a86bcd6fc1186dcc3e9decc5f1832320184cdab27ecc5 030204a3204a9e0047304502200748baac9e4fd4df671d5066db0728d8c02e54260ffcb562694587ca04650d1f022100d7e5dc3a0b2bc2193d2b58f0ecc581aae1863ae038c6fb19638b27921308b11d 030204a3204a9e00483046022100b8a6914838670a6e5f3c80ee0565bc30b3de38f6e5dc1c2526d44f27d0d25a5e022100b14a47f66847772dcc13d091903b31284b97d0b1c4ef34b4f45b00fa81e64c94 030204a3204a9e00483046022100ab3595b31de6ac47a0d27412e83eff0d52e3e94ed4b8a9661a92ec77bdc2bfa5022100fc04e3d43ee32f47c38cb9e16387e4bf09d044c39a9f008eabf330e553bbcf45 030204a3204a9e00463044022024e0d2875b75150f4db4c8c66690d0dcebfaea9f60c8a8f6cc4389b1e79dbf5f02202c5386fe337ea209bc626c03de229d33568f2e4a1435b4f7ac3ed42aef2c483c 030204a3204a9e00483046022100b1b8f3b63822c96f1937a91955956266c093c5714b79a6024bb29b32c48ae2070221008a983f24add6954a5be0628e3b6c91c72b6d93409e2b6f68fdd83102ea78b349 030204a3204a9e004830460221009083c2a354d91fbc9043e163746d134b6023c6074ced26b49cdc9a120f019cfd022100835d40207c651abaf259cc29878bbdb25cbae0c6ed22d5c432a809238f467bf9 030204a3204a9e004730450220021a31e3c8e375906ca2ea9dc727724f022ddb13aacb874523589b88d6af18bb0221009c86b2ee152123a1ccc0beb6056f2103f647fcea502f285dc5013993fdb737ec 030204a3204a9e0046304402204b101c46135097dc836c3f64cae8c500a0affaac5db37ff11b45a3dae66adeea0220789773a8161cb320c9c5ba7b6f8e38fed0c83bc961b39a4e0f4bdef2b44371ca 030204a3204a9e00483046022100f8537555f556b41e334ed53cf282440502742cead7025ecf7dcd90b24745208e022100f8089b8d61c7fd2dfdbbc79cde657b4e60bc147aa7033fec8ca9a646d55d8ff4 Rډ3 !]W>D]
'p~[ye
'p~[y̱ׄu.G dl6ZF hepS;N2YjufxpUg^<: _(k@ "$NPc%r}(ԀA*QhZ qDs Vs1fFإF?X9Ϋ4)Tgy+JAIANXJhX':`He.'pOKvOxML["':]ʀTU/fl7}*ܯTM
Vi;=!1nk}z^V-1V^hl4fO%/Gs=+3qGD+8L/zϭaFPB$MX0/8+Lx;pQ|٨f^=a*{VHo > ` D ? d 0 7 M $ 3 B S b n D T t
d
t T L
(
8
9
:
X
> P ? X @ ` G h H I X Y \ d ] ^ j
b , d e f l t u \ v w D x y L P C systemtap-initscript 5.1~pre17062192g5fd8daba 1.fc40 Systemtap Initscripts This package includes a SysVinit script to launch selected systemtap
scripts at system startup, along with a dracut module for early
boot-time probing if supported. eעbuildhw-a64-19.iad2.fedoraproject.org nFedora Project Fedora Project GPL-2.0-or-later Fedora Project Unspecified http://sourceware.org/systemtap/ linux aarch64 # RHBZ2070857 - use systemd presets instead
# /bin/systemctl enable systemtap.service >/dev/null 2>&1 || :
exit 0 # Check that this is the actual deinstallation of the package, as opposed to
# just removing the old package on upgrade.
if [ $1 = 0 ] ; then
/bin/systemctl --no-reload disable systemtap.service >/dev/null 2>&1 || :
/bin/systemctl stop systemtap.service >/dev/null 2>&1 || :
fi
exit 0 # Check whether this is an upgrade of the package.
# If so, restart the service if it's running
if [ "$1" -ge "1" ] ; then
/bin/systemctl condrestart systemtap.service >/dev/null 2>&1 || :
fi
exit 0 <