chiark
/
gitweb
/
~mdw
/
services
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
infra: Add a copy of the GPL.
[services]
/
debian
/
postinst
1
#! /bin/sh -e
2
3
dpkg-divert --add \
4
--package services \
5
--rename \
6
--divert /etc/services.d/netbase \
7
/etc/services
8
9
/usr/sbin/update-services
10
11
#DEBHELPER#