source: trunk/debian/postinst @ 86

Last change on this file since 86 was 86, checked in by bas, 17 years ago

debian:

  • Added postrm/postinst scripts

examples/pxeconfigd.xinetd:

  • Fixed and error in setup

Makefile.in:

  • Added pxeconfigd.xinetd to examples install

conffiles:

  • Added pxeconfigd
  • 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#
8if [ -d /etc/xinetd.d ]
9then
10  cp /usr/share/doc/pxeconfig/examples/pxeconfigd.xinetd /etc/xinetd.d/pxeconfigd
11else
12  /usr/sbin/update-inetd --group OTHER --remove "pxeconfig stream  tcp  nowait  root.sys /usr/sbin/tcpd  /usr/sbin/pxeconfigd"
13fi
Note: See TracBrowser for help on using the repository browser.