Displaying 1 result from an estimated 1 matches for "anthnoy".
Did you mean:
annoy
1998 Oct 05
0
samba-1.9.18p10 - Solaris 2.6, postinstall and postremove scripts
Greetings all,
See below for postinstall and remove scripts for the above release for
those
who may have wondered why they didn't work. Minor changes, but those
below
work.
Find these scripts in ../samba-1.9.18p10/packaging/Solaris/pkg-specs.
Regards
Anthnoy
::::::::::::::
postinstall
::::::::::::::
#!/bin/sh
# install samba
nawk '/^netbios-[ns]*[ ]/ {next} {print}
END { print "netbios-ssn 139/tcp"
print "netbios-ns 137/udp # samba service" }' \
${PKG_INSTALL_ROOT}/etc/inet/services > /tmp/...