Last change
on this file since 86 was
86,
checked in by bas, 16 years ago
|
debian:
- Added postrm/postinst scripts
examples/pxeconfigd.xinetd:
Makefile.in:
- Added pxeconfigd.xinetd to examples install
conffiles:
|
-
Property svn:keywords set to
Id URL
|
File size:
310 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | # |
---|
3 | # Authors: Bas van der Vlies |
---|
4 | # |
---|
5 | # SVN Info: |
---|
6 | # $Id: postinst 86 2007-03-29 06:56:32Z bas $ |
---|
7 | # |
---|
8 | if [ -d /etc/xinetd.d ] |
---|
9 | then |
---|
10 | cp /usr/share/doc/pxeconfig/examples/pxeconfigd.xinetd /etc/xinetd.d/pxeconfigd |
---|
11 | else |
---|
12 | /usr/sbin/update-inetd --group OTHER --remove "pxeconfig stream tcp nowait root.sys /usr/sbin/tcpd /usr/sbin/pxeconfigd" |
---|
13 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.