Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
proc
/
self
/
root
/
usr
/
share
/
perl5
/
Debconf
/
Element
/
Noninteractive
/
//proc/thread-self/root/proc/self/root/usr/share/perl5/Debconf/Element/Noninteractive/Progress.pm
#!/usr/bin/perl -w # This file was preprocessed, do not edit! package Debconf::Element::Noninteractive::Progress; use strict; use base qw(Debconf::Element::Noninteractive); sub start { } sub set { return 1; } sub info { return 1; } sub stop { } 1;