We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reset
Ubuntu
1 parent 943d4ed commit 06ec69bCopy full SHA for 06ec69b
src/recipe/os/APT/Ubuntu.c
@@ -116,13 +116,20 @@ os_ubuntu_setsrc (char *option)
116
}
117
118
119
+void
120
+os_ubuntu_resetsrc (char *option)
121
+{
122
+ os_ubuntu_setsrc (option);
123
+}
124
+
125
126
FeatInfo
127
os_ubuntu_feat (char *option)
128
{
129
FeatInfo f = {0};
130
131
f.can_get = true;
- f.can_reset = false;
132
+ f.can_reset = true;
133
134
f.cap_locally = CanNot;
135
f.locally = NULL;
@@ -133,4 +140,4 @@ os_ubuntu_feat (char *option)
140
return f;
141
142
136
-def_target_gsf(os_ubuntu);
143
+def_target_gsrf(os_ubuntu);
0 commit comments