-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> sudo dpkg-reconfigure `dpkg --get-selections|grep samba|awk '{print $1}'`
>
> should do a pretty good job of it. should give you an out-of-box
> configuration for everything with samba in the name of the package. the
> nice thing about GNU/Linux is there is very very rarely the need for a
> reinstall. :)
Whoops, just realized bash/dpkg may not parse that correctly. let me
make a correction for a more dpkg/bash-safe implementation:
for i in `sudo dpkg --get-selections|grep samba|awk '{print $1}'`;do
sudo dpkg-reconfigure $i;done
copy and paste that into the terminal. it'll do the same thing i
mentioned above, but more shell-happy.
(zsh and emerge spoil me.)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk2fYcwACgkQ8u2Zh4MtlQrKOQCg2INeivAfqNSu4O3HaMw8Q3RU
Xh0Ani6tsgSkCXTX+ZfoonMpe59HUJhw
=G1IJ
-----END PGP SIGNATURE-----
___________________
Nolug mailing list
nolug@nolug.org
Received on 04/08/11
This archive was generated by hypermail 2.2.0 : 04/08/11 EDT