comparison core/etc/etc.sh @ 1220:4ccc42bf0284

misc: split .sh with .info
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:26:38 +0200
parents 6710613b88b9
children a47aaf9743a0
comparison
equal deleted inserted replaced
1219:337f950c30f5 1220:4ccc42bf0284
13 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 # 16 #
17 17
18 PKGNAME=etc 18 . ./etc.info
19 PKGVERSION=0.2
20 PKGREVISION=1
21 PKGLICENSE="ISC"
22 PKGSUMMARY="base system configuration files"
23 PKGPROTECT="etc/issue
24 etc/fstab
25 etc/group
26 etc/passwd
27 etc/profile
28 etc/securetty
29 etc/shadow
30 etc/shells"
31 19
32 install -Dm0600 shadow $DESTDIR/etc/shadow 20 install -Dm0600 shadow $DESTDIR/etc/shadow
33 install -Dm0644 fstab $DESTDIR/etc/fstab 21 install -Dm0644 fstab $DESTDIR/etc/fstab
34 install -Dm0644 group $DESTDIR/etc/group 22 install -Dm0644 group $DESTDIR/etc/group
35 install -Dm0644 issue $DESTDIR/etc/issue 23 install -Dm0644 issue $DESTDIR/etc/issue