mirror of
https://github.com/osmarks/ngircd.git
synced 2025-07-25 12:22:49 +00:00
Fixed up post installation script.
This commit is contained in:
parent
b0ea5b7d04
commit
01929c161d
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
ngircd (0.7.0-0.7ab) unstable; urgency=low
|
||||||
|
|
||||||
|
* Fixed up post installation script (added interpreter, fixed chmod call).
|
||||||
|
|
||||||
|
-- Alexander Barton <alex@Arthur.Ath.CX> Sun, 13 Jul 2003 00:52:38 +0200
|
||||||
|
|
||||||
ngircd (0.7.0-0.6ab) unstable; urgency=low
|
ngircd (0.7.0-0.6ab) unstable; urgency=low
|
||||||
|
|
||||||
* Added /etc/default/ngircd.
|
* Added /etc/default/ngircd.
|
||||||
|
6
debian/ngircd.postinst
vendored
6
debian/ngircd.postinst
vendored
@ -1,12 +1,12 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Debian post-installation script
|
# Debian post-installation script
|
||||||
# $Id: ngircd.postinst,v 1.1.2.2 2003/07/12 18:48:17 alex Exp $
|
# $Id: ngircd.postinst,v 1.1.2.3 2003/07/12 22:57:00 alex Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
if [ -f /etc/ngircd/ngircd.conf ]; then
|
if [ -f /etc/ngircd/ngircd.conf ]; then
|
||||||
# validate permissions of configuration file
|
# make sure that configuration file is not world readable
|
||||||
chmod o-a /etc/ngircd/ngircd.conf
|
chmod o= /etc/ngircd/ngircd.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -x "/etc/init.d/ngircd" ]; then
|
if [ -x "/etc/init.d/ngircd" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user