Changeset 4453
- Timestamp:
- Apr 26, 2017, 1:13:31 PM (4 years ago)
- Location:
- n4d-client-plugins/trunk/fuentes/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
n4d-client-plugins/trunk/fuentes/debian/changelog
r4296 r4453 1 n4d-client-plugins (0.88) xenial; urgency=medium 2 3 * Fixing n4d reload 4 5 -- Hector Garcia Huerta <hectorgh@gmail.com> Wed, 26 Apr 2017 13:13:09 +0200 6 1 7 n4d-client-plugins (0.87) xenial; urgency=high 2 8 -
n4d-client-plugins/trunk/fuentes/debian/n4d-client-plugins.postinst
r674 r4453 5 5 case "$1" in 6 6 configure) 7 invoke-rc.d n4d stop|| true8 invoke-rc.d n4d start|| true7 systemctl stop n4d || true 8 systemctl start n4d || true 9 9 ;; 10 10
Note: See TracChangeset
for help on using the changeset viewer.