File: needreboot

package info (click to toggle)
libzypp 17.38.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 27,744 kB
  • sloc: cpp: 132,661; xml: 2,587; sh: 518; python: 266; makefile: 27
file content (20 lines) | stat: -rw-r--r-- 867 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
##
## This file may contain packages which will trigger the reboot-needed hint.
## So the user gets informed that the system should be rebooted after
## one of these packages was updated.
##
## This config file is for the systems administrator.
## Additional configuration files can be placed in /etc/zypp/needreboot.d
##
## For packages the intended way would be to provide 'installhint(reboot-needed)'
## if the package wants to trigger the needreboot hint. If the hint should be
## shown for packages not providing 'installhint(reboot-needed)', list them here.
##
## Format: Each line must contain either a 'PACKAGENAME' or 'provides:CAPABILITY'
##         to include all packages providing a dependency match for 'CAPABILITY'.
##         Lines starting with '#' and empty lines are ignored.
##
## Example:
##         provides:kernel
##         kernel-firmware
##