Hi all,
To create packages for all currently installed ports, I use the following command:
-n for no clobber
-b for backing up the installed port to a package
'*' for wildcard meaning all installed ports
Is there an alternative using
Cheers,
To create packages for all currently installed ports, I use the following command:
pkg_create -n -b '*'
-n for no clobber
-b for backing up the installed port to a package
'*' for wildcard meaning all installed ports
Is there an alternative using
pkg create
? It doesn't seem to accept wild cards and the manpage says nothing about no-clobber mode.Cheers,