This file is indexed.

/usr/lib/erlang/lib/snmp-5.2.2/ebin/snmp.appup is in erlang-snmp 1:18.3-dfsg-1ubuntu3.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
%% -*- erlang -*-
{"5.2.2",

%% ----- U p g r a d e -------------------------------------------------------
%% Instruction examples: 
%% {restart_application, snmp}
%% {load_module, snmp_pdus, soft_purge, soft_purge, []}
%% {update, snmpa_local_db, soft, soft_purge, soft_purge, []}
%% {add_module,  snmpm_net_if_mt}
 [
  {<<"5\\..*">>, [{restart_application, snmp}]},	
  {<<"4\\..*">>, [{restart_application, snmp}]}
 ],
 
%% ------D o w n g r a d e ---------------------------------------------------
%% Instruction examples: 
%% {remove, {snmpm_net_if_mt, soft_purge, soft_purge}}
 
 [
  {<<"5\\..*">>, [{restart_application, snmp}]},	
  {<<"4\\..*">>, [{restart_application, snmp}]}
 ]  	       
}.