-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpatch_system_header.test.txt
29 lines (29 loc) · 1.08 KB
/
patch_system_header.test.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/bash ## this line for a patch which header is a shell script ############
##
## (C) 2023, Roberto A. Foglietta <[email protected]>
## released under MIT (tlo.mit.edu) license terms
##
## This is a system patch header example for SailFish OS system patch manager
##
#\header #######################################################################
#
# type: system
# target: rfos
# services: connman -dnsmasq # minus means that removal disable and stop service
#
## optional fields using tabs instead of spaces just for test ##################
#
# name: dnsmasq-connman-integration # a comment
# provider:robang74 # another comment
# version: 0.1.1 # yes another one
#
## a repetition, a variant and an unrecognised fields just for test ############
#
# name : dnsmasq-connman-integration-not-fit # this should raise a warning
# services : connman, -dnsmasq;
# string : "hello world"
#
#/header #######################################################################
#
## put the shell script body between this line and the --- end of header mark ##
---