【发布时间】:2012-08-18 13:42:13
【问题描述】:
我已经针对 Linux RPM (Adding License Agreement in RPM package) 提出了类似的问题。现在我对 Solaris 包有相同的查询。如果可能的话,我无法获得任何有用的链接/详细信息。但是我发现了一个包,它做的事情完全相同,但是它是如何实现的,它没有被提及。
$pkgadd -d . SUNWsamfsr SUNWsamfsu
Processing package instance from
Sun SAM and Sun SAM-QFS software Solaris 10 (root)(i386) 4.6.5,REV=5.10.2007.03.12
Sun SAMFS - Storage & Archiving Management File System
Copyright (c) 2007 Sun Microsystems, Inc.
All Rights Reserved.
-----------------------------------------------------
In order to install SUNWsamfsr, you must accept the terms of
the Sun License Agreement.
Enter "y" if you do, "n" if you don't, or "v" to view agreement. y
-The administrator commands will be executable by root only (group bin).
If this is the desired value, enter "y". If you want to change
the specified value enter "c". y
...
...
任何想法如何为 Solaris 包实现这样的东西?
【问题讨论】:
标签: licensing solaris packaging