Changeset 1214
- Timestamp:
- 01/15/12 11:06:58 (4 months ago)
- Location:
- main/linuxmuster-linbo/branches/testing
- Files:
-
- 1 added
- 3 edited
-
debian/changelog (modified) (1 diff)
-
debian/control (modified) (1 diff)
-
debian/postinst (modified) (3 diffs)
-
share/templates/tftpd-hpa.default.ubuntu (added)
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-linbo/branches/testing/debian/changelog
r1181 r1214 1 linuxmuster-linbo (2.0.3-0) unstable; urgency=low 2 3 * added tftpd-hpa config template for ubuntu. 4 5 -- Thomas Schmitt <schmitt@lmz-bw.de> Sun, 15 Jan 2011 10:55:34 +0100 6 1 7 linuxmuster-linbo (2.0.2-0) unstable; urgency=low 2 8 -
main/linuxmuster-linbo/branches/testing/debian/control
r1161 r1214 17 17 Package: linuxmuster-linbo 18 18 Architecture: all 19 Depends: rsync (>= 2.6.9), bittorrent, dropbear, ssh, sed, screen, mkisofs, dosfstools, linuxmuster-base (>= 1.4.36), tftp d-hpa, udpcast, zip, mbr, etherwake19 Depends: rsync (>= 2.6.9), bittorrent, dropbear, ssh, sed, screen, mkisofs, dosfstools, linuxmuster-base (>= 1.4.36), tftp-hpa, udpcast, zip, mbr, etherwake 20 20 Suggests: dhcp-server | dhcp3-server 21 21 Recommends: wodim -
main/linuxmuster-linbo/branches/testing/debian/postinst
r1167 r1214 27 27 LINBODIR=/var/linbo 28 28 DISTCONF=/usr/share/linuxmuster/config/dist.conf 29 [ -d /usr/share/doc/ubuntu-standard ] && UBUNTU=yes 29 30 30 31 case "$1" in … … 229 230 # create tftpd-hpa configs if necessary 230 231 tpldir="/usr/share/linuxmuster-linbo/templates" 231 tpl="$tpldir/tftpd-hpa.default" 232 if [ -n "$UBUNTU" ]; then 233 tpl="$tpldir/tftpd-hpa.default.ubuntu" 234 else 235 tpl="$tpldir/tftpd-hpa.default" 236 fi 232 237 conf="/etc/default/tftpd-hpa" 233 238 if ! grep -q "$LINBODIR" "$conf"; then … … 252 257 /etc/init.d/openbsd-inetd restart 253 258 fi 254 /etc/init.d/tftpd-hpa restart 259 if [ -n "$UBUNTU" ]; then 260 restart tftpd-hpa 261 else 262 /etc/init.d/tftpd-hpa restart 263 fi 255 264 fi 256 265
Note: See TracChangeset
for help on using the changeset viewer.
